https://github.com/jameskulu/store-app-flask
https://github.com/jameskulu/store-app-flask
flask python sqlalchemy
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jameskulu/store-app-flask
- Owner: jameskulu
- Created: 2022-05-29T12:14:08.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-03T10:11:09.000Z (over 1 year ago)
- Last Synced: 2025-01-13T06:44:47.276Z (5 months ago)
- Topics: flask, python, sqlalchemy
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flask Store App
A web application built with Flask for managing items in a store. Users can perform CRUD operations on store items, and the application includes user authentication.
## Introduction
The Flask Store App is designed to provide a simple and user-friendly interface for managing items within a store. Users can create, read, update, and delete items, and the application ensures secure access through user authentication.## Features
- User authentication for secure access to the store.
- CRUD operations for managing store items (Create, Read, Update, Delete).