Skip to content

This application is designed to learn the usage of the following technologies.

Notifications You must be signed in to change notification settings

harshaserasinghe/CourseApp2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CourseApp2

This application is designed to learn the usage of the following technologies.

Getting Started

Use these instructions to get the project up and running.

Prerequisites

You will need the following tools:

Setup

Follow these steps to get your development environment set up:

  1. Clone the repository

  2. At the root directory, restore required packages by running:

    dotnet restore
    
  3. Next, build the solution by running:

    dotnet build
    
  4. Next, navigate to \CourseApp.Web directory, launch the application by running:

    dotnet run
    
  5. Launch https://localhost:5001/ in your browser to view the Web UI

  6. Launch https://localhost:5001/swagger in your browser to view the API

Technologies

  • ASP.NET Core 3
  • Entity Framework Core 3
  • React 16
  • AutoMapper
  • FluentValidation
  • Serilog
  • Bootstrap 4