a multi-user blog website with features of authentication, authorization with jwt, uploading, editing and deleting your blogs
node, express, mongo, ejs
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>