- Make sure you have Node.js installed on your machine. If not, download and install it from Node.js.
- After cloning the project, navigate to the project root directory in your terminal and run the following command:
npm install
- Navigate to the
./frontend
folder using the terminal:cd frontend
- Run the following command to install frontend dependencies:
npm install
- Go back to the project root directory:
cd ..
- Start the Express.js server:
npm start
- In a separate terminal window, run the following command to start the React project:
npm run dev
- Make sure you have Node.js installed on your machine. If not, download and install it from Node.js.
- After cloning the project, navigate to the project root directory in your terminal and run the following command:
npm install
- Navigate to the
./frontend
folder using the terminal:cd frontend
- Run the following command to install frontend dependencies:
npm install
- Go back to the project root directory:
cd ..
- Build th eentire Project:
npm run prod
-
MERN Stack:
- MongoDB
- Express.js
- React
- Node.js
-
Chartjs with react-chartjs-2:
- Utilizing Chartjs library with React for interactive charts.
-
cors:
- Enabling Cross-Origin Resource Sharing for improved security and data access.
- Make sure to configure MongoDB connection details in the appropriate configuration files.
- Adjust any environment-specific configurations as needed.
- For any issues or questions, refer to the project documentation or contact the development team.
Happy coding!