Skip to content

thisabhijeet/booking-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Login credentials

email: [email protected] pass: test1, email: [email protected] pass: test2

Objective

Creating an Airbnb type accommodation booking webapp

Frontend:

  1. The project has been initialized using Vite.
  2. ReactJS has been used for frontend.
  3. The designing and CSS stuff is handled through Tailwind CSS.
  4. All the GET and POST requests are handled through Axios.
  5. Routing of pages is handled by React Router Dom.

Backend:

  1. Whole of the backend is written using NodeJS and Express.
  2. Signup and Login using JWT tokens.
  3. User authentication using cookies as well.
  4. Password encryption using bcryptjs.

Database:

A combination of MongoDB and Cloudinary API has been used for storage of data and images.

Releases

No releases published

Packages

No packages published

Languages