Web API developed during an internship
- C# 93.1%
- TSQL 3.6%
- Shell 2%
- Dockerfile 1.3%
| Library.Auth | Formatting | |
| Library.Data | Formatting | |
| Library.Database/MSSQL | Better naming | |
| Library.Entities | Fixes | |
| Library.NotificationHub | Formatting | |
| Library.Services | Fixes | |
| Library.Test | Changes? | |
| Library.Web | Remove cascade operations for some entities | |
| .dockerignore | Add Docker | |
| .gitignore | Use env variables to hide secrets | |
| auth.env.example | Use env variables to hide secrets | |
| common.yaml | Update RabbitMQ image | |
| compose-devel.yaml | Formatting | |
| compose-prod.yaml | Changes? | |
| Library.sln | Formatting | |
| mssql.env.example | Use env variables to hide secrets | |
| rabbitmq.env.example | Formatting | |
| README.md | Formatting | |
Library Web API
Simple project developed during an internship.
Run with Docker
Requirements: Docker
- Clone the repository
- Remove the suffix
.examplefrom all.envfiles - Check every
.envfile and substitute the current values with data of your choice - If running in a development environment execute
docker compose -f compose-devel.yaml up -d - If running in a production environment execute
docker compose -f compose-prod.yaml up -d