Skip to content

purkayasta/ChartBuilding

Repository files navigation

Building Chart Application - A full stack app (.net 5, sql server and angular 13 )

Backend Setup:

  • Restore the database first.
  • Change the sql server connection into appsettings.development.json.
  • Run the API (dotnet run ChartBuilding.API)

Frontend Setup:

  • Just do the npm i 😜
  • Run the app (ng serve / npm start)

What you should see:

image