This is a lightweight backend for event scheduler. This can also be used as a module/micro service
- SQLAlchemy
- SQLite
- Flask
- WeatherAPI
To run the main code (the backend) For Windows (default):
python EventScheduler.py georef-australia-state-suburb.csv au.csvFor Linux (default):
python3 EventScheduler.py georef-australia-state-suburb.csv au.csvThe in-built debugger can be optionally activated by setting the parameter in main function
app.run(debug = True)Please refer to the Swagger (hosted on port 8080, by default)
The application uses 7Timer WeatherAPI to retrieve real-time weather forecast. This is a free API.