Skip to content

YuukioFuyu/Flask-Simple-CRUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Python Flask CRUD

Development of Repository PHP-Simple-CRUD (Aims to research a super tiny Web creation)

Installation

  1. Clone this repository
git clone https://github.com/YuukioFuyu/Flask-Simple-CRUD.git
  1. Install python3 & venv
sudo dnf install python3 python3-venv
  1. Create venv directory
python3 -m venv [path to venv]
  1. Enable venv
source [path to venv]/bin/activate
  1. Install requirements
pip install -r requirements.txt
  1. Run the program
python3 ./app.py
  1. Access via a browser on localhost:5000 / http://127.0.0.1:5000

This CRUD has 2 Versions

1. Without Image

Screenshot_20230813_022238

2. With Image

Screenshot_20230813_023108 *All images in this CRUD are stored in an SQLite Database in Base64 form.

About

CRUD (Create, Read, Update, Delete) with 2 Version

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published