Skip to content

4-wave/reservations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reservations Module

This component is part of a web app for arranging and offering homestays. It allows reservation bookings for the chosen home, showing availability and the price of stay.

Setup

Instaling Dependencies

  • npm install from within root directory

Endpoints

Create POST api/reservations/:id Post reservation dates and guest information for specific home

Read GET api/homes/:id Get availability/prices/general info for specific home GET api/reservations/:id Get reservations for specific home

Update UPDATE api/reservations/:id Update reservation dates or guest information for specific home

Delete DELETE api/reservations/:id Delete reservation dates/information for specific home

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published