Skip to content

tditchek/KOCServer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KOC Server

This server powers the KOC iOS app.

The following API endpoints should work:

GET /api/days - get all the days

POST /api/day/create TODO

POST /api/days/#/events/create TODO

GET / - returns the static site

GET /api/images - gets the list of all available images

POST /api/images - uploads an image

POST /api/images/[image]/approve - approves an image.

POST /api/images/[image]/reject - rejects an image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 96.2%
  • HTML 2.4%
  • CSS 1.4%