Skip to content

viswa/chronos-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chronos-engine

Getting started

Download all dependencies

py -m pip install -r requirements.txt

Start the app

uvicorn main:app --reload

Visit localhost:8000. API Doc at localhost:8000/docs

Usage

Usage of this api should follow something close to what's described below

  1. Check for existing timetables by /exists path.
  2. If so, user can fetch timetables from a zero-indexed array
  3. The timetables are session based, so stopping the server wipes any last remaining.
  4. Create a timetable by /create
  5. Retrieve a timetable in JSON by /timetables/{index}

Warning

There's been a new change in JSON response for classes that are split for classes.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Languages