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 kratos
source kratos/bin/activate
pip install -r requirements.txt
cd src && ./kratos/settings/local.sample.env
python manage.py migrate
sudo python manage.py runserver 0.0.0.0:80