https://github.com/tydev01/full-crud-with-fastapi
A Student management system with FASTAPi
https://github.com/tydev01/full-crud-with-fastapi
fastapi orm postgres postman pydantic pyscopg2 python3 sqlalchemy sqlalchemy-orm
Last synced: 11 months ago
JSON representation
A Student management system with FASTAPi
- Host: GitHub
- URL: https://github.com/tydev01/full-crud-with-fastapi
- Owner: TYDev01
- Created: 2024-09-09T01:24:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-09T13:16:37.000Z (over 1 year ago)
- Last Synced: 2025-03-08T18:27:49.124Z (11 months ago)
- Topics: fastapi, orm, postgres, postman, pydantic, pyscopg2, python3, sqlalchemy, sqlalchemy-orm
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Basic Student management system
## Allows each user to have unique student ID (Reg Number)
### To start the application,
move into the app folder with cd app
run pip install -r requirements.txt (To install the neccessary packages)
start the app with
'fastapi dev main.py'