Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/himash79/python-crud-app
Perform insert, remove, update, fetch with Postgres database and utilize routing and template management.
https://github.com/himash79/python-crud-app
crud crud-application mvt-architecture postgresql python-crud-app python3 template
Last synced: about 1 month ago
JSON representation
Perform insert, remove, update, fetch with Postgres database and utilize routing and template management.
- Host: GitHub
- URL: https://github.com/himash79/python-crud-app
- Owner: himash79
- Created: 2023-11-13T17:28:11.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-13T17:37:58.000Z (about 1 year ago)
- Last Synced: 2023-11-14T18:40:50.407Z (about 1 year ago)
- Topics: crud, crud-application, mvt-architecture, postgresql, python-crud-app, python3, template
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python-CRUD-App
Perform insert, remove, update, fetch with Postgres database and utilize routing and template management.## Requirements
01) Python 3.11.5
02) Pip 23.3.1
03) Postgresql## Project setup
01) Clone the project
https://github.com/himash79/Python-CRUD-App.git
02) Open project using prefer IDE03) Install dependencies
04) Configure the Database
5) Execute the operations