docker compose up
- The application on http://localhost:3000
- The API Server on http://localhost:8080
- Make sure that you have Node.js installed on your machine
- If you are in the main directory then navigate to the frontend directory
cd client
npm install
npm start
cd server
npm install
nodemon index.js