This is app is deployed to Heroku, you can preview it on this Link
npm install
cd client && npm install
or
yarn install
cd client && yarn install
npm -g install nodemon
npm run dev
or
yarn global add nodemon
yarn run dev
- NodeJS - Backed
- React - Frontend
- Redux - State management library
- MongoDB - Database
- My fingers - Writing tool
This project is licensed under the MIT License - see the MIT LICENSE file for details