This is the API used by every SwampHacks application to view and edit data.
Before getting started, please read the rules on contributing here.
After cloning this repo, follow these instructions to get everything up-and-running.
- Run
npm install
at the root of the project. - Run
npm start
. This should run the project in "offline" mode on port 8080.
That's it, you're all set!