Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/i-m-hossain/tourism--website-server-side


https://github.com/i-m-hossain/tourism--website-server-side

express heroku-deployment nodejs

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

## vacation planner and event agency

1. Features:
1. Mongodb database connected with the server
2. Create, Read, Delete and Update operation performed
3. Connected with Heroku

2. API end points:
1. All services:
https://cryptic-beach-46798.herokuapp.com/services/
2. Single service:
https://cryptic-beach-46798.herokuapp.com/services/:id
3. Create service:
https://cryptic-beach-46798.herokuapp.com/services/add
4. Delete a service:
https://cryptic-beach-46798.herokuapp.com/services/:id

3. Package used:
* express
* mongodb
* dotenv
* cors