Skip to content

Releases: AwfulIceCream/events

Events Scheduler Application v2.0.0 Release

Choose a tag to compare

@AwfulIceCream AwfulIceCream released this 02 Dec 10:04
0356661

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

  1. Learn how to run a project in README.md.
  2. Navigate to http://localhost:5000/swagger in your web browser to see the documentation of the application.

Hello World Application v1.0.0 Release

Choose a tag to compare

@AwfulIceCream AwfulIceCream released this 19 Nov 17:45
c6b8814

Flask Application Release

Version 1.0.0

Release Date

11/20/2023

Features

  • A new Flask application has been created.
  • The application includes a single route: /api/v1/hello-world-20.
  • When this route is accessed, the application returns the string 'Hello World, 20'.

Pull requests merged

#1 Add HTTP Request hello_world.

Bug Fixes

  • None in this release.

Known Issues

  • None at the moment.

How to Run

  1. Learn how to run a project in README.md.
  2. Navigate to http://localhost:5000/api/v1/hello-world-20 in your web browser to see the application in action.