https://github.com/axecac/voluntary-working-back-end
Back End for our course work project "Voluntary Working"
https://github.com/axecac/voluntary-working-back-end
docker-compose dotnet postgresql redis
Last synced: 2 months ago
JSON representation
Back End for our course work project "Voluntary Working"
- Host: GitHub
- URL: https://github.com/axecac/voluntary-working-back-end
- Owner: AXECAC
- License: other
- Created: 2025-03-21T16:24:55.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-28T11:13:23.000Z (12 months ago)
- Last Synced: 2025-06-28T12:25:17.304Z (12 months ago)
- Topics: docker-compose, dotnet, postgresql, redis
- Language: C#
- Homepage:
- Size: 213 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Voluntary-Working-Back-End
## How build + run
- Up postgres
```bash
cd DataBase/Docker
```
And use docker [Readme.md](https://github.com/AXECAC/Voluntary-Working-Back-End/blob/master/DataBase/Docker/Readme.md) to up, start postgres and use backup
- Go back to build and run project
```bash
# Go back to run dir
cd ../../Controllers
# Build project
dotnet build
# Run project
dotnet run
```