https://github.com/knuxify/exercise-database
Small test project intended to help me learn how to work with servers, clients and databases.
https://github.com/knuxify/exercise-database
Last synced: 10 months ago
JSON representation
Small test project intended to help me learn how to work with servers, clients and databases.
- Host: GitHub
- URL: https://github.com/knuxify/exercise-database
- Owner: knuxify
- Created: 2020-02-25T20:11:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-25T20:16:45.000Z (over 6 years ago)
- Last Synced: 2025-08-30T06:37:10.384Z (10 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Exercise Database
This is a project which I made to practice working with databases and creating services in Python. It consists of three parts: the database manager, the API and the web client.
## Current progress
- [X] Database manager
* [X] Connecting to a database
* [X] Filling in the database
* [X] Reading database entries
- [X] API
- [ ] Client