A web application managing cat exhibitions and registering cats into them.
The project was generated using the Clean.Architecture.Solution.Template version 8.0.2.
App can be found at RegisterMe
cd RegisterMe/RegisterMeRun dotnet build -tl to build the solution.
-
Create a
.env.dockerfile based on.env.example.
This file should include all necessary environment variables for the Docker setup. -
Run the following command to build and run the application using Docker:
Then run:
sh compose.shAfter the application is successfully running, you can access:
- Frontend: https://localhost
- Swagger API Documentation: https://localhost:444
- Username:
525025@muni.cz - Password:
Admin123*
- Username:
Value of EMAIL__MAIL attribute (from .env.docker) - Password:
Admin123*
To run the test suite, execute the following command:
dotnet test- Ondřej Man
- Initial release.
This project is licensed under the MIT License. See the LICENSE file for details.