Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/i-m-hossain/tourism--website-server-side
- Owner: i-m-hossain
- Created: 2021-11-22T19:57:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-22T19:58:40.000Z (about 3 years ago)
- Last Synced: 2024-10-15T07:27:59.532Z (3 months ago)
- Topics: express, heroku-deployment, nodejs
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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