A blog written in the mern stack that handles:
1 - multi users
2 - register, login, logout, forgot password recovery, reset password
3 - create a post, delete a post, update a post
4 - like posts, unlike posts
5 - add comments to posts
1 - npm install
2 - npm run clientinstall
3 - add a .env file to the root and add in your process.env.NODE_ENV (dev || prod)
4 - add a config/default.json file to the root and add in your config for the application
5 - npm run start:dev
express, mongoose, javascript, reactjs, node, concurrently, nodemon, html, css