Hello World Application v1.0.0 Release
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
- Learn how to run a project in README.md.
- Navigate to
http://localhost:5000/api/v1/hello-world-20in your web browser to see the application in action.