Skip to content

students-alumni-cell-iitkgp/yearbook-center-backend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A RestifyJS Backend API for the IITKGP Yearbook Center

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%