MERN Stack
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
To install the dependencies:
npm install
To run in development:
npm run dev
To run the server:
npm run server
To run the client:
npm run client
You have to edit the MongoDB URI in keys.js with your MongoDB URI
- MongoDB - NoSQL database program
- ExpressJS - Web application framework for Node.js
- ReactJS - The JavaScript library used for building the user interfaces
- NodeJS - JavaScript run-time environment
- Webpack - Module bundler to bundle JavaScript files for usage in the browser
- Bootstrap - Front-end framework for designing websites and web applications
- Reactstrap - React Bootstrap components
This project is licensed under the MIT License - see the LICENSE.md file for details