Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 541 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 541 Bytes

SwampHacks Serverless GraphQL API

This is the API used by every SwampHacks application to view and edit data.

Contributing

Before getting started, please read the rules on contributing here.


Getting Started

After cloning this repo, follow these instructions to get everything up-and-running.

  1. Run npm install at the root of the project.
  2. Run npm start. This should run the project in "offline" mode on port 8080.

That's it, you're all set!