Motouom / Randomgeneration

create groups in class

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 http://adorsys-share.local:3000/TheKid999/GIS-Trainees-Flask-CRUD.git
    cd GIS-Trainees-Flask-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.

Contributing

  1. Each group clones the repository to their local machine.
  2. Students in each group create a new branch for the specific feature they are working on (e.g., feature-add-book, feature-update-book, etc.).

About

create groups in class


Languages

Language:HTML 65.6%Language:Python 32.9%Language:Dockerfile 1.5%