A full-stack app to track musical theatre productions using:
- C#/.NET
- Angular/TypeScript/SCSS
- PostgreSQL
Install the following:
- Visual Studio Code
- C# Extension for VS Code
- .NET SDK - latest version
- Angular CLI - use
npm install -g @angular/cli
You may also install the following VS Code extensions:
Clone the project
git clone https://github.com/davidalantodd/musical-appGo to the project directory
cd musical-appRead the client and server docs for any additional setup.
Install dependencies
npm installStart both servers using npm-run-all script
npm startView front-end dev server using:
Test the back-end endpoints by:
- visting the https URL generated in the terminal with
/swaggerappended (e.g. https://localhost:7234/swagger) - using Postman (https://localhost:7234)



