Skip to content

technical-council-nitt/tech-nitt-edu

Repository files navigation

Tech NITT Backend

Local development setup

With Docker (Recommended)

  1. cp .env.example .env
  2. docker-compose -f docker-compose.dev.yaml up --build

Django API is available at localhost:8000

pgAdmin interface is served at localhost:5050 with username [email protected] and password admin.

With virtual environment (For linting and pre-commit hooks)

  1. python -m virtualenv venv
  2. source ./venv/bin/activate
  3. pip install -r requirements.txt
  4. pip install pre-commit pylint && pre-commit install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •