Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shoaib-imrann/backend
- Owner: Shoaib-Imrann
- Created: 2024-10-20T21:37:19.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T20:30:42.000Z (2 months ago)
- Last Synced: 2024-10-25T08:19:25.898Z (2 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`## 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
```