Hackathon Management Platform
IncubateIND needs to build a Campus Ambassador Program for our representatives in colleges/ institutes across India so we can build the robots ecosystem.
- Amabassador Task Tracking System
- Application forms with location from Map-my-India api
- Assign tasks or goals to ambassadors
- Track the progress of the assign tasks
- Discussion Channels
- To discuss about topics and form groups
- Chat
- To get help in ongoing hackathons
- Admin panel
- Stats
- Hackathon page generator
python3 -m venv kratossource kratos/bin/activatepip install -r requirements.txtcd src && ./kratos/settings/local.sample.envpython manage.py migratesudo python manage.py runserver 0.0.0.0:80