Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 636 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 636 Bytes

CompanyPortal

#Steps to run the project

Pre-requisite for setup:

  • Install MYSQL
  • Install VS 2019/Install VScode

Steps for backend setup :

  • For Company Portal backend code(CompanyPortal) Set connection string in CompanyPortal>appsettings.json

  • If using Visual Studio 2019 : First Build, and then click on IISExpress.

  • If using VScode : Run following commands : 'dotnet build' 'dotnet run'

*NOTE: If using VScode, use "https://localhost:5000/swagger".

  • For Company Portal UI(CompanyPortalUI) Run following commands : 'npm install' 'ng serve'

  • Make sure both front-end & Back-end servers are started.