Open ClientApp folder and follow instructions inside it.
First, install dependencies
Then start the server
It will be launched on https://localhost:5001. To see API and documentation open https://localhost:5001/swagger.
- Controllers/ — API endpoints
- Data/ — Code-first database configuration
- Entities/ — Database entities and DTOs
- Extensions/ — helper functions for startup configuration
- Helpers/ — Misc functions
- Migrations/ — database migrations
- Pages/ — default error page