Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 402 Bytes

File metadata and controls

22 lines (13 loc) · 402 Bytes

Python-CRUD-App

Perform insert, remove, update, fetch with Postgres database and utilize routing and template management.

Requirements

  1. Python 3.11.5
  2. Pip 23.3.1
  3. Postgresql

Project setup

  1. Clone the project

    https://github.com/himash79/Python-CRUD-App.git
    
  2. Open project using prefer IDE

  3. Install dependencies

  4. Configure the Database

  5. Execute the operations