/flask-app

Primary LanguagePython

My Awesome Project

License GitHub stars

Welcome to my awesome project! This project does amazing things and you're going to love it.

Features

  • simple rest api with flask

Installation

To install and run this project, follow these steps:

  1. Build the Docker container:
docker build -t my-awesome-project .
  1. run the Docker container:
docker run -d -p 80:80 my-awesome-project