A Rest API for time management and scheduling service.
- Download the Australia suburb dataset here (file too big for GitHub)
- Install any libraries needed from
requirement.txt
- Run
python3 myCalendar.py georef-australia-state-suburb.csv au.csv - Navigate to
localhost:5000, this should display a Swagger document. - See the Swagger document produced for more details.
- The
myCalendar.dbfile given is a default database, feel free to delete it and run the code again to create a new one. A new empty database will be generated automatically, with the same name by default.