Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lukel97/room-booking-tcd
- Owner: lukel97
- Created: 2017-02-14T14:12:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-25T14:45:46.000Z (over 5 years ago)
- Last Synced: 2024-12-27T00:40:59.917Z (29 days ago)
- Topics: bootstrap, cheerio, graphql, javascript, nokogiri, react, ruby
- Language: JavaScript
- Homepage: https://room-booking-tcd.herokuapp.com
- Size: 4.35 MB
- Stars: 8
- Watchers: 4
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
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