/fbmelhack18

Facebook Melbourne Regional Hackathon 2018

Primary LanguageJavaScriptMIT LicenseMIT

This repository is a mirror of the repository used for the competition, with API keys and emails redacted.

Team Members: Nicholas, Patrick, Hugh and Tij

fbmelhack18

Facebook Regional Hack Melbourne 2018

GENERAL

Please use yarn as opposed to npm

FRONTEND

React w/ react-scripts Material UI

BACKEND

json-server

UTILS

The database can be found under /backend/db.json. Please note that it is volatile and subject to change

To install packages, please run the following pip command.

WINDOWS
pip install -r requirements.txt

MAC
pip3 install -r requirements.txt