Backend of the Research Portal of NIT Trichy.
cp .env.example .envdocker-compose -f docker-compose.dev.yml up --build
Django API is available at localhost:8000
pgAdmin interface is served at localhost:5050 with username [email protected] and password admin.
python -m virtualenv venvsource ./venv/bin/activatepip install -r requirements.txtpip install pre-commit pylint && pre-commit install
python manage.py loaddata api/fixtures/*.json