React, CSS3, React-Bootstrap, Node.js, Express.js, MongoDB
This project uses ES Modules in the backend, so make sure you have at least Node v14.6+ to run the project
Create a .env file in the root directory and add the following
NODE_ENV = development
PORT = 5000
MONGO_URI = your mongodb uri
Run the following commands to install all the dependencies and run the prototype, given node and npm is available:
- Change to client folder -
npm install - Change back to the root directory -
npm install - To run both frontend(:3000) and backend(:5000) -
npm run dev
You can use the following commands to seed the database
// To import data
npm run data:import
// To destroy data
npm run data:destroy
