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

https://github.com/watchakorn-18k/template-flask-components

Template Flask Concept Components: 🔨Build your web apps faster with pre-built components. 🤩🤩
https://github.com/watchakorn-18k/template-flask-components

components example-project flask hacktoberfest2022 oops-in-python python showcase showcase-website templates-html web

Last synced: 8 days ago
JSON representation

Template Flask Concept Components: 🔨Build your web apps faster with pre-built components. 🤩🤩

Awesome Lists containing this project

README

          

# Template-Flask-Components

Template Flask Concept Components

# Virtualenv

```cmd
pip install virtualenv

virtualenv flask
```

# Use Virtualenv

```
# On windows
flask/Scripts/activate.bat

# On Linux
source flask/bin/activate
```

# Install Flask and Black

```
pip install requirements.txt
```

# Run

```
python app.py
```

# Other

[Config file app.py](docs/config.md)