This repo tracks the internal tasks given to the interns.
- Backend: Django (Python)
- Frontend: Next.js (React)
- Database: PostgreSQL
- CI/CD: GitHub Actions
# Backend
cd backend
cp .env.example .env
python -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
pre-commit install
python manage.py migrate
python manage.py runserver
# Frontend
cd ../frontend
cp .env.example .env.local
npm install
npm run devSee CONTRIBUTING.md.
See SECURITY.md.