Skip to content

dakaza98/DatingApp-Udemy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dating app

Installaiton Instructions

Backend

  1. Install .NET 7 SDK
  2. Setup a dev https certificate (instructions for wsl)
  3. Install .NET entity framework CLI dotnet tool install --global dotnet-ef
  4. Add the dotnet tools folder to PATH export PATH=$PATH:~/.dotnet/tools
  5. Run all migrations dotnet ef database update

Frontend

  1. Install nodejs (> 16.10)
  2. Install angular cli 14 npm install -g @angular/cli@14
  3. Run npm i
  4. Install the https certificate StudentAssets/generateTrustedSSL/server.crt. On WSL copy the file to windows

Starting

  1. Run dotnet watch run in the API folder
  2. Run ng serve in the client folder