Flask Event Scheduler Application Release
Version 2.0.0
Release Date
12/2/2023
Features
- The application includes a variety of routes for a user and events.
- A User can create, update or delete an event, moreover, a user can attend other users to an event.
- A User can get all events he is attended to or get a list of all events created.
Pull requests merged
#3 Add models for a subject.
#4 Create necessary routes.
#5 Add tests for those routes.
Bug Fixes
- None in this release.
Known Issues
- None at the moment.
How to Run
- Learn how to run a project in README.md.
- Navigate to
http://localhost:5000/swaggerin your web browser to see the documentation of the application.