Complete backend project
To run it
- install docker
- install docker-compose
- optional install portainer
git clone https://github.com/NeuroSquare/NeuroWeb -b dev
cd NeuroWeb
docker-compose up --build ("-d" for detached)
To stop it / Rerun
# stop
docker-compose down --remove-orphans
# run
docker-compose up --build ("-d" for detached)