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
mail:
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.