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

https://github.com/pkini2002/flask-market


https://github.com/pkini2002/flask-market

bootstrap flask

Last synced: 2 months ago
JSON representation

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
```