Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prabha1729/restful-service-for-contact-entry-system
Created RESTful Service for Contact Entry System using Node.js
https://github.com/prabha1729/restful-service-for-contact-entry-system
expressjs mongodb mongoose nodejs
Last synced: about 4 hours ago
JSON representation
Created RESTful Service for Contact Entry System using Node.js
- Host: GitHub
- URL: https://github.com/prabha1729/restful-service-for-contact-entry-system
- Owner: prabha1729
- Created: 2020-08-04T16:09:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T11:29:05.000Z (almost 2 years ago)
- Last Synced: 2023-03-12T03:01:46.954Z (over 1 year ago)
- Topics: expressjs, mongodb, mongoose, nodejs
- Language: JavaScript
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RESTful-Service-for-Contact-Entry-System
Created RESTful Service for Contact Entry System.## Reach out to me
[](https://www.linkedin.com/in/prabhakargaddam/)
[]()
## 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.
- [Blog Posts](https://github.com/prabha1729/RESTful-Service-Blog-Post) - REST API for blog posts.
- [Todo App](https://github.com/prabha1729/Todo-App) - A Todo List App.