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

https://github.com/its-kumar/flask

Flask framework
https://github.com/its-kumar/flask

flask flask-application flask-framework python

Last synced: 4 months ago
JSON representation

Flask framework

Awesome Lists containing this project

README

        

# Flask

[Flask framework](https://flask.palletsprojects.com/)

[![flask](https://flask.palletsprojects.com/en/1.1.x/_images/flask-logo.png)](https://flask.palletsprojects.com/)

Introduction to python's *`flask`* web framework.

Implementing a simple website using *`flask`* , python and sql.

Author : :sunglasses: [KUMAR SHANU](https://github.com/its-Kumar/)

* [FlaskLibrary](FlaskLibrary)

* [FlaskMarket](FlaskMarket)

* [FlaskREST_API](FlaskREST_API)

---

## Running the server

1. Install Flask

```sh
pip install flask
```

2. Running the server (by running python script)

```sh
python run.py
```

or

```sh
python run_app.py
```

**check the script name in working directory.**