Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 685 Bytes

logs.md

File metadata and controls

17 lines (11 loc) · 685 Bytes

Change Logs

  • Install the path and express-session modules before running the server (if you haven't already).

  • server.js has been initiated.

    • path has been included and routes for static files in public have been initialized.
  • Routes for index, reservations, rooms and auth have been created.

  • File structure has been updated to include:

    • public containing stylesheets, media.

    Refer to index for linking stylesheets to views.

    • views containing HTMLs corresponding to each page.
  • User Routes & Methods have been updated.