https://github.com/chris-luiz-16/hello-world-flask-app-with-systemd-file
This repository includes a basic Flask application (app.py) that serves a "Hello World" message with a systemd file for deploying.
https://github.com/chris-luiz-16/hello-world-flask-app-with-systemd-file
flask-application gunicorn-flask-webserver systemd
Last synced: 3 months ago
JSON representation
This repository includes a basic Flask application (app.py) that serves a "Hello World" message with a systemd file for deploying.
- Host: GitHub
- URL: https://github.com/chris-luiz-16/hello-world-flask-app-with-systemd-file
- Owner: Chris-luiz-16
- Created: 2023-06-23T12:37:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-30T12:23:05.000Z (almost 2 years ago)
- Last Synced: 2025-01-15T07:59:25.241Z (4 months ago)
- Topics: flask-application, gunicorn-flask-webserver, systemd
- Language: Dockerfile
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hello-world-flask-app-with-systemd-file
This repository includes a basic Flask application (app.py) that serves a "Hello World" message. It utilizes the Flask framework and uses some python modules as a dependency in the requirements.txt file. There is also a systemd file which uses Gunicorn Web Server Gateway Interface (WSGI) server.