Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 629 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 629 Bytes

Apollo API V2

Installing the Database

  1. Install MongoDB from here
  2. Create directory /data/db

Running the Server

  • Install the server using npm install.
  • Run the install script using sh setup.sh.
  • Run the server using node server.js.

Error Codes

Code Meaning
000 Success
001 Action Failed
002 Not Found
003 Missing/Invalid Data
004 Action Unavailable

All code is copyright Henry Franks, Max O'Brien and Cameron Robey