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
- Host: GitHub
- URL: https://github.com/its-kumar/flask
- Owner: its-Kumar
- Created: 2019-07-04T03:27:43.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-05T08:50:34.000Z (about 4 years ago)
- Last Synced: 2025-01-20T01:37:16.399Z (6 months ago)
- Topics: flask, flask-application, flask-framework, python
- Language: Python
- Homepage:
- Size: 59.6 KB
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flask
[Flask framework](https://flask.palletsprojects.com/)
[](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.**