Node.js
Express.js
MongoDB
JWT
bcrypt
Multer
Tailwind CSS
The projects in this repo heavily use EJS to visualize how the backend works.
-
MongoDB URI Configuration
mongoose.connect('mongodb://127.0.0.1:27017/yourdbname')
-
Start the Server
npx nodemon app.js