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

https://github.com/jameskulu/store-app-flask


https://github.com/jameskulu/store-app-flask

flask python sqlalchemy

Last synced: 3 months ago
JSON representation

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).