https://github.com/akv3sic/blog-rest-api-express
REST API built with Node.js Express.
https://github.com/akv3sic/blog-rest-api-express
express mongodb mongoose node rest-api
Last synced: 3 months ago
JSON representation
REST API built with Node.js Express.
- Host: GitHub
- URL: https://github.com/akv3sic/blog-rest-api-express
- Owner: akv3sic
- Created: 2021-06-06T16:30:50.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-06T16:50:43.000Z (about 5 years ago)
- Last Synced: 2025-05-19T23:07:48.794Z (about 1 year ago)
- Topics: express, mongodb, mongoose, node, rest-api
- Language: JavaScript
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog REST API using Node.js Express & MongoDB
### Setup
1. Clone repository.
```
git clone https://github.com/antekvesic/blog-rest-api-express.git
```
2. Install dependencies.
```
npm install
```
3. Run.
```
npm start
```