Skip to content

mohit838/Tour-Booking-App-MERN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Projects Details Are Listed Below

Live Site: Booking App

Demo Images:

Booking App Site

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.

Releases

No releases published

Packages

No packages published