Skip to content

CaioCDJ/GenericCourses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generic Courses

Project created as a way to learn aspnetCore Razor and MVC.

Run Locally

Clone the project

  git clone https://github.com/CaioCDJ/GenericCourses.git

Go to the project directory

  cd GenericCourses

Install dependencies

  npm install
  dotnet restore

Start the server

  dotnet run --prject ./src/GenericCourses.Web/

Acknowledgements

Tech Stack