Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 682 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 682 Bytes

TCD Room Booking App Build Status codecov

A React based web app that books group rooms across Trinity.

To install the dependencies, run yarn or npm install from the root directory. Then cd client and run the same command to install the dependencies for the client.

Setting up the development server

node server/Server.js to set up the API server cd client && yarn start to run the React client