This repo contains the website code for the event Hacktober 23 conducted by GDSC IIIT kalyani .
- Please check the CONTRIBUTING.md for contributing guidlines
- Maintain respect for other and proper decorem
- PR/MR should be well written and detailed
python -m venv .
source bin/activate
pip install -r requirements.txt
- Create a .env file to store the github-token. Use a read-only fine grained access token.
flask run