Make sure you have Node.js and Yarn installed.
-
Navigate to the backend directory:
cd backend
-
Install the required dependencies:
yarn install
-
Start the backend service:
yarn start
-
Install the required dependencies:
yarn install
-
Start the frontend service:
yarn start
Make sure to set the necessary environment variables. You can create a .env
file in the backend
directory
- Once both the frontend and backend services are running, you can visit the frontend service in your browser (usually at
http://localhost:3000
) to view the website. - Ensure the backend service is connected to the correct MongoDB database when it starts.
- Node.js: v14.x or higher
- Yarn: v1.22.x or higher
- Frontend: React
- Backend: Node.js, Express
- Database: MongoDB
If you have any questions, please contact the project manager or submit an issue to the GitHub repository.