Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 629 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 629 Bytes

Mern Multi User Blog

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

Installation

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

Tools

express, mongoose, javascript, reactjs, node, concurrently, nodemon, html, css