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
- Host: GitHub
- URL: https://github.com/python-discord/code-jam-management
- Owner: python-discord
- License: mit
- Created: 2021-05-21T19:06:55.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-11T12:05:21.000Z (about 2 years ago)
- Last Synced: 2023-06-11T13:22:32.187Z (about 2 years ago)
- Language: Python
- Size: 567 KB
- Stars: 6
- Watchers: 26
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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.