Skip to content

AmCodesLame/blocky-blogs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

a multi user blog website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published