https://github.com/pkini2002/flask-market
https://github.com/pkini2002/flask-market
bootstrap flask
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pkini2002/flask-market
- Owner: pkini2002
- Created: 2022-08-04T07:53:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-11T16:51:28.000Z (over 1 year ago)
- Last Synced: 2025-07-02T16:49:31.451Z (about 1 year ago)
- Topics: bootstrap, flask
- Language: HTML
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flask-Market
## Installation
Fork the repo and clone it
```bash
git clone https://github.com/pkini2002/Flask-Market.git
```
Create a virtual environment (env) to install the libraries
```bash
python -m venv env
env\Scripts\activate
```
Install the requirements
```bash
python install -r requirements.txt
```
Run the application
```bash
python run.py
```