Skip to content

Shoaib-Imrann/Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Technologies:

Node.js Express.js MongoDB JWT bcrypt Multer Tailwind CSS
The projects in this repo heavily use EJS to visualize how the backend works.


  1. MongoDB URI Configuration

    mongoose.connect('mongodb://127.0.0.1:27017/yourdbname')
  2. Start the Server

    npx nodemon app.js