Skip to content
/ TOSC Public

The result portal of Techkriti Open School Competition 2015.

License

Notifications You must be signed in to change notification settings

navya/TOSC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This Repository depends on next version of Javascript, so expect some unusual syntactical changes around. If you want to learn more koa- read - https://code.tutsplus.com/series/introduction-to-generators-koajs--cms-690

Koa Based Result Portal

##Based on Dictapi - https://github.com/bhanuc/dictapi.git

##Installation Instruction

$ git clone https://github.com/navya/TOSC.git
$ cd TOSC
$ npm install 

To use Koa you must be running node 0.11.9 or higher for generator support, and must run node(1) with the --harmony flag. If you don't like typing this, add an alias to your shell profile:

alias node='node --harmony'

Also import the result collection using command in import.txt

##To run the application

node --harmony index.js

Running tests

$ make test

Authors

License

MIT

About

The result portal of Techkriti Open School Competition 2015.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published