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

https://github.com/ethanhduc/flask-web-app


https://github.com/ethanhduc/flask-web-app

flask html javascript python

Last synced: 5 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
```

## Install Flask

```bash
pip install flask
```

```bash
pip install flask-login
```

```bash
pip install flask-sqlalchemy
```

## Running The App

```bash
python main.py
```

## Viewing The App

Go to `http://127.0.0.1:5000`