Skip to content

This project aims at developing a crud (create, read, update and delete) application using flask for a book store

Notifications You must be signed in to change notification settings

Awambeng/flask_app_crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask CRUD

A simple Flask application for managing a list of books, demonstrating Create, Read, Update, and Delete (CRUD) operations.

Features

  • Add new books
  • View a list of books
  • Update a book's info
  • Delete books

Getting Started

  1. Clone the repository:

    git clone https://github.com/Awambeng/flask_app_crud.git
    cd flask_app_crud
  2. Set up a virtual environment and activate it:

    python3 -m venv venv
    source venv/bin/activate
  3. Install the required dependencies:

    pip install -r requirements.txt
  4. Run the Flask application:

    python app.py
  5. Open a web browser and navigate to [http://127.0.0.1:8080/] to access the application.

About

This project aims at developing a crud (create, read, update and delete) application using flask for a book store

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published