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
- Host: GitHub
- URL: https://github.com/vonderklaas/flask-shopping
- Owner: vonderklaas
- Created: 2022-08-04T10:51:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-18T11:57:42.000Z (over 2 years ago)
- Last Synced: 2025-03-03T21:53:18.283Z (over 1 year ago)
- Topics: bootstrap, flask, jinja, python, sqlite3
- Language: HTML
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### UI

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