Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 459 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 459 Bytes

BLOG IT

Install Frontend dependencies

$ cd Frontend
$ npm install
$ npm run start

Setup ENV

#  ---  Config.env  ---

NODE_ENV = development
PORT =5000
URI =http://localhost:3000
MONGO_URI =
JWT_SECRET_KEY =
JWT_EXPIRE = 60m
RESET_PASSWORD_EXPIRE = 3600000

Install Backend dependencies


$ cd Backend
$ npm install
$ npm run start