https://github.com/makampos/eclipse
https://github.com/makampos/eclipse
bogus docker docker-compose fluent-api fluentassertions postgresql testcontainers webapi xunit
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/makampos/eclipse
- Owner: makampos
- License: mit
- Created: 2024-11-26T19:05:32.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-11-29T21:47:32.000Z (5 months ago)
- Last Synced: 2025-01-27T07:30:00.712Z (3 months ago)
- Topics: bogus, docker, docker-compose, fluent-api, fluentassertions, postgresql, testcontainers, webapi, xunit
- Language: C#
- Homepage:
- Size: 163 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# How to Run the Project with Docker
Follow these steps to run the project using Docker:
## 1. Open Terminal
Navigate to the root folder of your project where the `docker-compose.yml` file is located.
## 2. Build and Start Containers
Execute the following command:
```docker-compose up --build```
This command will build the necessary Docker images and start the containers as defined in your Docker Compose file.
During this process, Docker will automatically create the database and run any migrations required to set up the database schema.
Once the containers are up and running, you can access the Swagger API documentation by navigating to:
```http://localhost:8080/swagger/index.html```
## Coverage
## Database Schema
