Skip to content

ManasComp/RegisterMePublic

Repository files navigation

RegisterMe

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


Table of Contents


Getting Started

Development setup

Navigate to the project root directory:

cd RegisterMe/RegisterMe

Build

Run dotnet build -tl to build the solution.

Run in docker

  1. Create a .env.docker file based on .env.example.
    This file should include all necessary environment variables for the Docker setup.

  2. Run the following command to build and run the application using Docker:

Then run:

sh compose.sh

Access

After the application is successfully running, you can access:

Default Credentials

User:

  • Username: 525025@muni.cz
  • Password: Admin123*

Admin:

  • Username: Value of EMAIL__MAIL attribute (from .env.docker)
  • Password: Admin123*

Testing

To run the test suite, execute the following command:

dotnet test

Authors


Version History

v0.1

  • Initial release.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages