# In case there are some relicas from a previous execution
docker compsoe -f docker-compose-back.yml down -v
docker compose -f docker-compose-back.yml up --buildBack Running on http://localhost:3000 Database running on localhost:5432
Work in progress
To install dependencies:
npm installTo run:
npm run devWarning : There is no database using this method, you have to initialize it manually by using this method !