1
0
Fork
You've already forked Library
0
Web API developed during an internship
  • C# 93.1%
  • TSQL 3.6%
  • Shell 2%
  • Dockerfile 1.3%
2024年09月11日 20:32:23 +02:00
Library.Auth Formatting 2023年11月30日 19:33:52 +01:00
Library.Data Formatting 2023年11月30日 19:33:52 +01:00
Library.Database/MSSQL Better naming 2024年09月09日 19:39:34 +02:00
Library.Entities Fixes 2024年09月11日 20:32:23 +02:00
Library.NotificationHub Formatting 2023年11月30日 19:33:52 +01:00
Library.Services Fixes 2024年09月11日 20:32:23 +02:00
Library.Test Changes? 2024年09月05日 20:54:29 +02:00
Library.Web Remove cascade operations for some entities 2024年09月11日 00:13:19 +02:00
.dockerignore Add Docker 2023年11月28日 10:11:23 +01:00
.gitignore Use env variables to hide secrets 2023年11月29日 10:41:47 +01:00
auth.env.example Use env variables to hide secrets 2023年11月29日 10:41:47 +01:00
common.yaml Update RabbitMQ image 2024年09月08日 18:04:57 +02:00
compose-devel.yaml Formatting 2023年11月30日 19:33:52 +01:00
compose-prod.yaml Changes? 2024年09月05日 20:54:29 +02:00
Library.sln Formatting 2023年11月30日 19:33:52 +01:00
mssql.env.example Use env variables to hide secrets 2023年11月29日 10:41:47 +01:00
rabbitmq.env.example Formatting 2023年11月30日 19:33:52 +01:00
README.md Formatting 2023年11月30日 19:33:52 +01:00

Library Web API

Simple project developed during an internship.

Run with Docker

Requirements: Docker

  • Clone the repository
  • Remove the suffix .example from all .env files
  • Check every .env file 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