Skip to content

abdelgrib/Courses-DatingApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DatingApp

ASP.NET Core / Angular Web App

  1. Install : ASP.NET Core SDK, Node.js, Git
  2. Install Angular/CLI : npm install -g @angular/cli
  3. Clone the solution
  4. Install packages after cd to API directory dotnet restore
  5. Build to check the solution and create the database (could be created when running migrations)
  6. Run migrations after cd to API directory dotnet ef database update
  7. Install nodes_modules after cd to SPA directory npm install
  8. Run the API, it will also seed the database dotnet run or dotnet watch run
  9. Finally run the SPA ng serve and get the url.

About

ASP.NET Core / Angular Web App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published