An open API service indexing awesome lists of open source software.

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

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
```