Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karamanburak/eco-voyage_api
Welcome to Eco Voyage, an exciting project designed to showcase beautiful tours around the world.
https://github.com/karamanburak/eco-voyage_api
expressjs mongodb mongoose nodejs
Last synced: 2 days ago
JSON representation
Welcome to Eco Voyage, an exciting project designed to showcase beautiful tours around the world.
- Host: GitHub
- URL: https://github.com/karamanburak/eco-voyage_api
- Owner: karamanburak
- License: mit
- Created: 2024-06-26T09:39:10.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-16T22:21:29.000Z (4 months ago)
- Last Synced: 2024-07-17T16:08:39.894Z (4 months ago)
- Topics: expressjs, mongodb, mongoose, nodejs
- Language: JavaScript
- Homepage:
- Size: 29.6 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EcoVoyage_API
### Folder/File Structure:
```
|
├── controllers
| ├── authController.js
| ├── errorController.js
| ├── handlerFactory.js
| ├── reviewController.js
| ├── tourController.js
| └── userController.js
├── dev-data
| └── [data]
├── models
| ├── reviewModel.js
| ├── tourModel.js
| └── userModel.js
├── routes
| ├── reviewRoutes.js
| ├── tourRoutes.js
| └── userRoutes.js
├── utils
| ├── apiFeatures.js
| ├── appError.js
| ├── catchAsync.js
| └── email.js
├── .gitignore
├── app.js
├── env.backend
├── LICENSE
├── package-lock.json
├── package.json
├── README.md
└── server.js
```## Documentation
- [View Postman Documentation](https://documenter.getpostman.com/view/32987022/2sA3e5f8km#cb50c426-3fdd-49bc-aaf0-b97df7e6dc45)