Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 760 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 760 Bytes

EveRecon API

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.

Setup

python -m venv venv

pip install -r requirements.txt

Contribution

  • run ./precommit.sh to run test and format codebase before commit
bash precommit.sh