A web application for managing various gymkhana activities like club registration, event management, inventory management, booking club merchandise, etc. for all the gymkhana clubs in our institute.
- FrontEnd: Single Page Application using React(TypeScript)
- API: Django Rest Framework for the API (Python)
- PullRequest validation: Github Actions to do automated PR validation by running tests and linter
- Version Control and Hosting: Git for Source Code Management and Github for hosting
- Fork and clone the repository.
- Add remote upstream
git remote add upstream https://github.com/BitByte-TPC/gymkhana.git
- ui setup
- api setup
- 1000 feet view
- Authentication (In Review)
Check out CONTRIBUTING.md.