Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 294 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 294 Bytes

code-jam-management

Management microservice for Python Discord Code Jams

Running tests:

  • Create an .env file with: DATABASE_URL=postgresql+asyncpg://codejam_management:codejam_management@localhost:7777
  • Then, run docker-compose up
  • And finally, you can run pytest locally.