__ __ _ _ _ _____ ______ _______ _____ _____
| \/ | | | | | | | |_ _| ____|__ __| /\ | __ \_ _|
| \ / | ___ __| |_ _| | ___| | | | | |__ | | / \ | |__) || |
| |\/| |/ _ \ / _` | | | | |/ _ \ | | | | __| | | / /\ \ | ___/ | |
| | | | (_) | (_| | |_| | | __/ |____ _| |_| | | | / ____ \| | _| |_
|_| |_|\___/ \__,_|\__,_|_|\___|______|_____|_| |_| /_/ \_\_| |_____|
Currently I'm improving some of the libraries this project uses, then I'll be implementing more discord functionality & cleaning up the API responses. Afterwards development on the graphql routes will start & we'll see some detailed examples on how to use this API.
Before contributing make sure to do the following:
- Read this documentation, developing an idea for the internal design is important to limit security concerns, limit repetitive code & to keep a consistent design.
- Read our testing documentation.
- Look over the Starlette documentation.
- Have a peek at the Databases documentation.
- Understand awaiting code.
- PEP8 style guide with 80 character line limits.
- Cornflakes linter is an helpful VS Code extension for PEP8.
All the amazing developers who made the libraries this project is built on.
- WardPearce - Lead developer & maintainer.