Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)