Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lukel97/room-booking-tcd

A web app for booking group study rooms within TCD
https://github.com/lukel97/room-booking-tcd

bootstrap cheerio graphql javascript nokogiri react ruby

Last synced: 14 days ago
JSON representation

A web app for booking group study rooms within TCD

Awesome Lists containing this project

README

        

# TCD Room Booking App [![Build Status](https://travis-ci.com/Bubba/room-booking-tcd.svg?token=Wqfee95SqTKzjdVWdZ2t&branch=master)](https://travis-ci.com/Bubba/room-booking-tcd) [![codecov](https://codecov.io/gh/Bubba/room-booking-tcd/branch/master/graph/badge.svg)](https://codecov.io/gh/Bubba/room-booking-tcd)

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