Blog App is app to post blogs made using ReactJS. Apis for this app are made using NodeJS/ExpressJS and hosted on heroku. Fromt end for this app is hosted on Netlify
To use this application in own PC clone this repo to your PC .
Then install npm packages using following command.
npm installOnce npm packages installed now you can run following command to start project.
npm startIn this app you can signup/login. Once done now you can access full functionality of this app.
If loggedin you can create new blog, like others blog, follow other users to get personal feed, edit/delete your own blog, comment on blogs, delete your own comments.
Unauthorised user can only get global feed, filter blogs using tags.
In this app I have used token based authentication. Token will be stored on localstorage to keep user loggedin even after restarting app.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.