Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/prabha1729/restful-service-blog-post

RESTful services using node,express & mongodb
https://github.com/prabha1729/restful-service-blog-post

expressjs mongodb mongoose nodejs

Last synced: about 4 hours ago
JSON representation

RESTful services using node,express & mongodb

Awesome Lists containing this project

README

        

# Rest-Api-blog-post

## Reach out to me
[LinkedIn](https://www.linkedin.com/in/prabhakargaddam/)
[Gmail]()


## Built with
- Node
- Express
- Mongoose
- MongoDB

## Usage
Replace MONGO_DB_URI in app.js with your mongoDB URI.
```javascript
const uri = MONGO_DB_URI;
```

```
# Install dependencies
npm install

# Start
npm start
```
## You may also like...

- [StoryBooks](https://github.com/prabha1729/StoryBooks) - App to share public or private stories.
- [VidJot](https://github.com/prabha1729/VidJot) - An app for jotting down ideas for future Youtube videos.
- [Contact System](https://github.com/prabha1729/RESTful-Service-for-Contact-Entry-System) - A RESTful service to contacts using Node.js
- [Todo App](https://github.com/prabha1729/Todo-App) - A Todo List App.