mdnwvn / librarycard

A dragon-themed discord group reading completion and suggestion tracker with book index summary information retrieval
0 stars 2 forks source link

Add requirements and docker-compose #10

Closed Grissess closed 7 months ago

Grissess commented 7 months ago

The requirements.txt file should codify the precise package requirements of this project. This allows environments to be repeatably set up.

The docker-compose file provides a straightforward way to launch the service with minimal configuration, in a repeatable and testable way.

Both together should lower the barrier to development and testing.