GraphQL API for EveRecon - an community management cum listing portal. In simple words, communities and come here and do events seamlessly while managing their community. People can come here and discover new events.
The API is exhaustively tested with unit tests having a code coverage of 92%. The endpoints are secure and users having the right permissions only have access.
python -m venv venv
pip install -r requirements.txt
- run
./precommit.sh
to run test and format codebase before commit
bash precommit.sh