An open API service indexing awesome lists of open source software.

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.

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