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

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

Awesome Lists containing this project

README

        

# 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.