https://github.com/mohit838/tour-booking-app-mern
Tour-Booking-App-MERN-FullStack
https://github.com/mohit838/tour-booking-app-mern
Last synced: 2 months ago
JSON representation
Tour-Booking-App-MERN-FullStack
- Host: GitHub
- URL: https://github.com/mohit838/tour-booking-app-mern
- Owner: mohit838
- Created: 2022-06-09T13:43:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-07T15:26:47.000Z (almost 3 years ago)
- Last Synced: 2025-01-29T23:29:29.507Z (4 months ago)
- Language: JavaScript
- Homepage: https://phenomenal-tartufo-cdbc52.netlify.app/
- Size: 1020 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Projects Details Are Listed Below
# Live Site: Booking App
# Demo Images:
# Notes For Server:
> > We Use "type": "module" beecause of not using "require" command
bcryptsjs: This module enables storing of passwords as hashed passwords instead of plaintext.
jsonwebtoken: To share security information between two parties — a client and a server.
cors: CORS (Cross-Origin Resource Sharing) is a system, consisting of transmitting HTTP headers, that determines whether browsers block frontend JavaScript code from accessing responses for cross-origin requests.
express: Express is a node js web application framework that provides broad features for building web and mobile applications. It is used to build a single page, multipage, and hybrid web application. It's a layer built on the top of the Node js that helps manage servers and routes.
dotenv: Automatically loads environment variables from a . env file into the process.
# Notes For Client:
Basic structured are completed for backend and need more attention in future.