Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 469 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 469 Bytes

Blocky-Blogs

a multi-user blog website with features of authentication, authorization with jwt, uploading, editing and deleting your blogs


Tech Stack used:

node, express, mongo, ejs


Initial Set Up

run these commands in your terminal

git clone github.com/AmCodesLame/blocky-blogs
cd blocky-blogs
npm i
touch .env

create these variables in your .env files:

MONGO_URI=<mongodb_uri>
JWT_SECRET=<jwt secret for creating token>