To start your backend.
- Navigate to the backend folder.
cd backend - Install the required dependecies.
npm install - Add the required environment variables to your
.envfile. - Build and start your server
npm run build npm run start
To start your frontend.
- Navigate to the frontend folder.
cd frontend - Install the required dependecies.
npm install - Start your server
npm run dev