-
Notifications
You must be signed in to change notification settings - Fork 4
Vincent Shury
Vince edited this page Jun 18, 2019
·
7 revisions
- DASHBOARD
"/"
Main React landing page
-
CREATE RESERVATION
- Create reservation
"/reserve/new"
- Create reservation
-
GET RESERVATION-TO-UPDATE
- Update reservation
"/reserve/update/:id"
- Update reservation
-
PUT RESERVATION-TO-UPDATE
- Update reservation
"/reserve/update/:id"
- Update reservation
-
GET ARRIVALS
- view incoming arrivals
"/arrivals"
- view incoming arrivals
-
GET IN-HOUSE-GUESTS/VISITORS
- view in-house-guests
"/guests-in-house"
- view in-house-guests
-
GET BILLING DATA
- Cashier accounting
"/billing"
- Cashier accounting
-
Reports
"/reports/"
- GET HOUSEKEEPING REPORT
"/reports/house-keeping"
- GET DETAILED AVAILABILITY
"/reports/detailed-availability"
- GET HOUSE STATUS
"/reports/house-status"
- GET HOUSEKEEPING REPORT
-
-
Set up Passport Authentication Middleware for user auth
-
TEST USER ACCOUNTS FOR AUTH
-
Set up express-session for storing user sessions/preserving login state
-
-
- Create Custom ORM for MySQL Database queries
- Export ORM for ROUTES