Skip to content

A responsive booking application that allows users to explore various places and book locations. The home page displays list of available places, each providing detailed information. After booking users can view their booking details with the amount to be paid.

Notifications You must be signed in to change notification settings

habeeb-an/BOOKAT-booking-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bookat

Set up guide

git clone https://github.com/habeeb-an/BOOKAT-booking-app

to install yarn package manager

npm install -g yarn

then

yarn install

to run vite

cd client

yarn dev

to connect api

cd api

npm install npx --save-dev

npx nodemon index.js

This is MERN full stack web site

test email and pass

mail:

[email protected]

pass:

1234

Features

  • Used Vite is a modern build tool that is designed to streamline the development workflow for web applications.
  • jsonwebtoken used for login authentification
  • bcrypt used for password encryption
  • Axious is used for makes it easy to send HTTP requests from a web browser or Node.js server. It provides a simple and consistent API for making AJAX requests and handling responses.

About

A responsive booking application that allows users to explore various places and book locations. The home page displays list of available places, each providing detailed information. After booking users can view their booking details with the amount to be paid.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published