Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 570 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 570 Bytes

Backend

API AIRBNB APPLICATION

About the project : An application which enables users to both book a villas and provide villas for others to rent.

Features :

  • Authentication / Login

  • User:

    • Create User (Register New User)
    • Get User by ID
    • Delete User
    • Update User
  • Villa :

    • Create Villa
    • Get all Villa (Homepage)
    • Get Villa by UserID
    • Update Villa
    • Delete Villa
  • Reservation :

    • Check availability
    • Post Reservation
    • Get Reservation by user ID
  • Ratings :

    • Get Ratings
    • Post Ratings