This project was bootstrapped with Create React App.
- Node.js (version 8 or above)
- MongoDB
- Yarn (optional)
Note: This app assumes that a MongoDB server is running locally at 27017
After git clone
of repository,
yarn install
ornpm install
to install all the devDependenciesyarn build
ornpm run build
to build the applicationyarn start
ornpm start
to start the applicationyarn test
ornpm run test
to run the tests
A demo of this project is deployed on the following urls