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

https://github.com/python-discord/code-jam-management

Management microservice for Python Discord Code Jams
https://github.com/python-discord/code-jam-management

Last synced: 6 months ago
JSON representation

Management microservice for Python Discord Code Jams

Awesome Lists containing this project

README

        

# 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.