The first thing to do is to clone the repository:
https://github.com/FullStackProject-s/Full-StackCorporation-Backend.git
cd Full-StackCorporation-Backend
After that you need run this project.
- Go to the
src/core
directory and create a.env
file similar to.envExample
; - Run
docker-compose -f .\docker-compose.prod.yaml up
in theroot
folder.