A MERN stack Web Application, that allows users to keep track of their books. And help them read good.
MongoDB,Express, React, and Node.JS.
Reactstrap
- Install Packages on Packages.json:
npm install- Setup .env file:
- A .env file needs to be created in the project folder. Holding two variables.
jwtTokenSecret="sampleToken"
secret="sampleToken"- Run Mongo:
mongod- Note: MongoDB needs to be installed. More information on installing MongoDB can be found here.
- Run React and Node(on two separate terminal instances):
npm start
npm run api

