Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lizatinku/flask_101


https://github.com/lizatinku/flask_101

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# Basics of a Flask Web App

## 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
```
python main.py

## Viewing The App
Go to http://127.0.0.1:5000