Live Site: Booking App
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.
Basic structured are completed for backend and need more attention in future.