An open API service indexing awesome lists of open source software.

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.

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.