Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tinspham209/travelix-server
Server - Hotel Booking Website
https://github.com/tinspham209/travelix-server
express mongodb mongoose morgan nodejs nodemon
Last synced: about 5 hours ago
JSON representation
Server - Hotel Booking Website
- Host: GitHub
- URL: https://github.com/tinspham209/travelix-server
- Owner: tinspham209
- Created: 2020-08-12T11:15:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:16:04.000Z (11 months ago)
- Last Synced: 2023-12-15T22:13:50.759Z (11 months ago)
- Topics: express, mongodb, mongoose, morgan, nodejs, nodemon
- Language: JavaScript
- Homepage:
- Size: 56.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mini Project: Travelix - server
### Tech-Stack
- NodeJS
- Express
- Nodemon
- morgan
- mongodb
- mongoose### Deploy
-
### Function
-
### Dependencies
- `Nodemon`: is a tool that helps develop node.js based applications by automatically restarting the node application when file changes in the directory are detected.
- `Morgan`: HTTP request logger middleware for node.js
- `mongoDB` : Non-sql database
- `mongoose` : is a MongoDB object modeling tool designed to work in an asynchronous environment. Mongoose supports both promises and callbacks.### After this project
I have understand about
### Directory Structure
```
.
├── src
├── index.js
├── routes
├── hotels
└── index.js
├── offers
└── index.js
└── rooms
├── index.js
└── index.js
├── package.json
├── package-lock.json
└── nodemon.json
```### Set up
`npm install` and `npm start`
### Screenshot