CAUTION: This is only a proof of concept application, in order to practice full-stack development with .NET Core and Angular.
DO NOT ACTUALLY BUY FROM THE STORE. WE DO NOT OFFER ANY PRODUCTS OR SERVICES.
To activate, API, client, and Redis container servers, run this command in the project's root directory:
py -m dev
Alternatively, you can launch the the development servers separately as follows:
- API:
py -m dev api
- Client:
py -m dev client
- Redis containers:
py -m dev redis
NOTE: Download and run Docker Desktop before activating the Redis containers
For detailed documentation on the API itself, open https://localhost:5001/swagger
after activating the API server.
- C#
- TypeScript
- SCSS
- HTML
- Markdown