- React
- Mongo DB
- Node.js
/backend
- Contains all the necessary operations required to process data from the store and operations to send and receive data from the front end.
- To run both the client and the server use the command
npm run dev
- To only run the server use the command
npm run server
- To only run the client use the command
npm run client