Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shoaib-imrann/backend

Multiple web apps for server-side
https://github.com/shoaib-imrann/backend

bcrypt expressjs jwt-authentication mongodb multer nodejs tailwindcss

Last synced: about 1 month ago
JSON representation

Multiple web apps for server-side

Awesome Lists containing this project

README

        

## Technologies:

`Node.js` `Express.js` `MongoDB` `JWT` `bcrypt` `Multer` `Tailwind CSS`

## Getting Started

1. **Clone the Repository**

```bash
git clone https://github.com/Shoaib-Imrann/Backend.git
cd Backend
```

2. **Navigate to a Project**

```bash
cd WebApp-3
```

3. **Install Dependencies**

```bash
npm install
```

4. **MongoDB URI Configuration**

```javascript
mongoose.connect('mongodb://127.0.0.1:27017/yourdbname')
```

5. **Start the Server**

```bash
npx nodemon app.js
```