Skip to content

Oclemy/flask-sqlite-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Flask CRUD App

A simple CRUD app with Flask + SQLite. Search, filter, status toggle, edit modal, and a JSON API.

One Click Deploy

Deploy on Railway

Local Run

pip install -r requirements.txt
python main.py

API Endpoints

Method Route Description
GET /api/items List all items
POST /api/items Create item {"title":"...","description":"..."}
DELETE /api/items/<id> Delete item

Env Variables (optional)

  • SECRET_KEY — Flask secret key
  • PORT — Server port (default 8080)
  • DATABASE_PATH — SQLite file path

About

A simple CRUD app with Flask + SQLite. Search, filter, status toggle, edit modal, and a JSON API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors