An open API service indexing awesome lists of open source software.

https://github.com/jacobious52/addsfeedback

Web app to perform quick marking of students for an algorithms course
https://github.com/jacobious52/addsfeedback

Last synced: 2 months ago
JSON representation

Web app to perform quick marking of students for an algorithms course

Awesome Lists containing this project

README

          

# addsfeedback
Web app to perform quick marking of students for an algorithms course

- Server written from scratch with Go standard libraries
- Json model file for feedback, for easy extensibilty
- Weekly statistics logged and saved to a private gist to avoid losing data on the free Heroku tier
- Uses Google's github api for api interface to gist
- Published and intergrated with heroku