Hello hello! HELLO!!!!
- create
.envfile or rename.env.example->.env
To run fronend part run following sequence of commands
cd frontend
npm install
npm run dev
To stop just press CRTL+C in terminal
I will show you how to run this project using docker!
It's simple:
- run
docker compose --env-file .env -f backend/deployment/docker/docker-compose.yml up -d --build
- And it starts!!!
- you can verify it by writing
docker ps -ain the terminal and see (healthy) mark at the corresponding container names - or STOP it using
docker compose --env-file .env -f backend/deployment/docker/docker-compose.yml down
This is IT! Good luck in your future work!
Best withes, MJ and AF