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

https://github.com/yebinyun/hotel-reservation-server

🏨 전세계 호텔 예약 사이트-Back
https://github.com/yebinyun/hotel-reservation-server

express mongodb mongoose nodejs

Last synced: 2 months ago
JSON representation

🏨 전세계 호텔 예약 사이트-Back

Awesome Lists containing this project

README

          

## 🚀 소개

#### 🏨 전세계 호텔 예약 사이트


## 🕐 기간

2023.12.28 ~ 2024.01.29


## ⚒️ Stack



## 📁 폴더 구조

```
.
├───.vscode

├───app.js

├───config
│ ├───cert.crt
│ └───cert.key

├───controller
│ │
│ ├───hotel
│ │ ├───listController.js
│ │ └───pagination.js
│ │
│ ├───like
│ │ └───likeController.js
│ │
│ └───user
│ ├───loginController.js
│ ├───userController.js
│ └───userRegisterController.js

├───middleware
│ └───authMiddleware.js

├───models
│ ├───ListModel.js
│ └───userModel.js

├───routes
│ └───route.js

└.env
```