Interactive coding practice platform with structured courses and algorithm challenges.
./setup./startOpen http://localhost:4200 in your browser.
Frontend problems:
cd frontend
npm install
npm startBackend problems:
cd backend
npm install
npm run devMIT