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

https://github.com/solvro/backend-led-cube


https://github.com/solvro/backend-led-cube

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

          

# Backend Led Cube

## For developers
### Gitflow, branch and commit naming
- https://www.conventionalcommits.org/en/v1.0.0/
- https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow

### Before pull request run formatters
- run `isort .`
- run `black .`