An web application to write your daily journal online. Individual accounts for every user with complete authentication and data privacy. Visit live version of this project here.
Click here to visit the Backend repository of this project.
Clone down this repository. You will need node
and npm
installed globally on your machine.
Installation:
npm install
To Run Test Suite:
npm test
To Start Server:
npm start
To Visit App:
localhost:3000