- Frontend: http://localhost:2000/
- Backend: http://localhost:8008/
These ports are pre-configured and customizable through the .env file.
-
Install Docker
-
Build and run the container:
docker compose up --build
-
Install Node.js
-
Install the required dependencies
npm install
-
Start the app
npm run start