Docker installed on your machine
git clone https://github.com/Frachuk/rewards.git
cd rewards
docker compose --env-file ./rewards-backend/.env up --build --remove-orphans
- The docker compose will build and start postgres, backend and frontend services.
This service was built using:
This service was built using:
The compose file will expose the following URLs
- Frontend: http://localhost:5173
- Backend: http://localhost:3000
- Postgres: http://localhost:5432
To stop the running services, press Ctrl + C in the terminal where Docker Compose is running.