https://github.com/shoaib-imrann/backend
Collection of backend WebApps
https://github.com/shoaib-imrann/backend
bcrypt expressjs jwt-authentication mongodb multer nodejs tailwindcss
Last synced: 4 months ago
JSON representation
Collection of backend WebApps
- Host: GitHub
- URL: https://github.com/shoaib-imrann/backend
- Owner: Shoaib-Imrann
- Created: 2024-10-20T21:37:19.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-08T20:45:43.000Z (6 months ago)
- Last Synced: 2025-01-20T17:48:46.321Z (6 months ago)
- Topics: bcrypt, expressjs, jwt-authentication, mongodb, multer, nodejs, tailwindcss
- Language: EJS
- Homepage:
- Size: 26.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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**
```javascript
mongoose.connect('mongodb://127.0.0.1:27017/yourdbname')
```2. **Start the Server**
```bash
npx nodemon app.js
```