Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 367 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 367 Bytes

dataforge

DataScience CTF platform created by the AI/ML department of Microsoft Innovations Club VIT Chennai.

Instructions

cd backend
pip install -r requirements.txt
python manage.py runserver
cd frontend
npm install
npm run dev

Credits

Based on:

Django & React Web App Tutorial