Initial commit

This commit is contained in:
2026-04-06 15:48:37 -05:00
commit a09ccf639e
8 changed files with 5588 additions and 0 deletions

50
README.md Normal file
View File

@@ -0,0 +1,50 @@
# puzzle_db
## Description
Simple docker example of Postgresql, PgAdmin, and imported data from a .csv.
The .csv is from the [Lichess Puzzle Database](https://database.lichess.org/#puzzles)
but is truncated for practicality.
---
## Table of Contents
* [Features](#features)
* [Todos](#todos)
* [Usage](#usage)
* [Acknowledgments](#acknowledgments)
* [License](#license)
---
## Features
- [x] PgAdmin Webportal
- [x] Automatic server creation
- [x] Automatic database / table creation
---
## Todos
* [ ] Add fastify container
---
## Usage
---
## Acknowledgments
[Tom Preston-Werner README Driven Development](https://tom.preston-werner.com/2010/08/23/readme-driven-development)<br>
[Make a README](https://www.makeareadme.com/)<br>
[Choose a LICENSE](https://choosealicense.com/)<br>
[Lichess Puzzle Database](https://database.lichess.org/#puzzles)
---
## License
This project is licensed under the MIT License - see the [LICENSE] file for details.