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

https://github.com/vonderklaas/flask-shopping

This is a Market Platform made with Python's Flask framework. I've added ability to create users, authenticate, buy and sell items. All data is stored in SQLite3
https://github.com/vonderklaas/flask-shopping

bootstrap flask jinja python sqlite3

Last synced: 3 months ago
JSON representation

This is a Market Platform made with Python's Flask framework. I've added ability to create users, authenticate, buy and sell items. All data is stored in SQLite3

Awesome Lists containing this project

README

          

### UI

![UI](https://user-images.githubusercontent.com/53371076/183059898-ba9b6b0b-d872-40d8-a23e-f08f17f4dacf.png)

### Technologies

`Python`, `Flask`, `SQLite3`, `Jinja`, `Bootstrap`

### Test Credentials

Username: `flask_user`

Email: `flask_user@gmail.com`

Password: `qwerty` (obviously)

### Quick Start

Clone the repo

```
git clone []
```

Run project

```
python3 run.py
```