Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 623 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 623 Bytes

Yearbook Center Backend API

JSON API that the web client, and any clients in the future will consume.

Find the documentation for this API here

This API is built using RestifyJS, and uses FrisbyJS as the testing framework.

Starting the API server

npm i -g foreman
touch .env
# add configuration (as KEY=VALUE) in .env
nf start

This will start the server on ENV['PORT'], and will drop to 5000 as the default.

Licensed under MIT.

Copyright (c) 2015 Siddharth Kannan All Rights Reserved.