https://github.com/draganaleksic99/admin-dashboard-backend
Web server built with Express.js and MongoDB
https://github.com/draganaleksic99/admin-dashboard-backend
expressjs jsonwebtoken mongodb multer nodejs typescript
Last synced: about 1 month ago
JSON representation
Web server built with Express.js and MongoDB
- Host: GitHub
- URL: https://github.com/draganaleksic99/admin-dashboard-backend
- Owner: DraganAleksic99
- Created: 2024-02-27T13:24:51.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-13T21:32:12.000Z (over 1 year ago)
- Last Synced: 2025-09-01T06:40:39.183Z (about 1 month ago)
- Topics: expressjs, jsonwebtoken, mongodb, multer, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Admin-Dashboard-Backend
Web server built with Express.js and MongoDB
## Stack
- JavaScript Environment: [Node.js](https://nodejs.org/en)
- Framework: [Express.js](https://expressjs.com/)
- Database: [MongoDB](https://www.mongodb.com/)
- ODM: [Mongoose](https://mongoosejs.com/)
- Auth: [jsonwebtoken](https://www.npmjs.com/package/jsonwebtoken)
- File upload: [multer](https://www.npmjs.com/package/multer)## Quickstart
### 1. Clone this repository
Run the following command to clone the repo:
```
git clone https://github.com/DraganAleksic99/admin-dashboard-backend.git
```### 2. Install dependencies
```
cd admin-dashboard-backend
npm i
```### 3. Fill out secrets
```
cp .env.example .env
```### 4. Run app locally
```
npm run dev
```### Open in your browser
You can now visit http://localhost:3500.