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

https://github.com/major0001/flask_web_app


https://github.com/major0001/flask_web_app

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Flask Web App Tutorial

## Setup & Installation

Make sure you have the latest version of Python installed.

```bash
git clone
```

```bash
pip install -r requirements.txt
```

## Running The App

```bash
python main.py
```

## Viewing The App

Go to `http://127.0.0.1:5000`