A dynamic Node.js web app utilising the FullCalendar library to enable users to book a set of rooms. The front end is built using Boostrap and jQuery interacting with the Node.js server through a RESTful API.
Once cloned or downloaded the required dependencies can be installed via:
npm install
The Node.js server can then be run via:
npm start
The sever is located at localhost:8090
. Three different rooms can be selected to be booked. To book a room first a user must log in via the pre-existing login (username : testuser | password : password) or create their own through sign-up. The primary objective of this web app was as a proof of concept as part of a degree web assignment.