maciejd / greenfield-django

Dockerized test management app using Django, SQLite and Bootstrap. With 100% test coverage.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

greenfield-django

Test management app using Django, SQLite and Bootstrap (with 100% test coverage)

  1. Clone repo git clone https://github.com/maciejd/greenfield-django.git

  2. Chande directory cd greenfield-django

  3. Build image docker build -t greenfield .

  4. Run container in detached mode and publish port 8080 docker run -d -p 8080:8080 greenfield

  5. Connect to the container shell and execute python manage.py createsuperuser to create your user

  6. App should be accessible on port 8080 http://localhost:8080/greenfield/suite(will redirect to login)

alt text

About

Dockerized test management app using Django, SQLite and Bootstrap. With 100% test coverage.


Languages

Language:Python 63.5%Language:HTML 33.7%Language:CSS 2.2%Language:Dockerfile 0.6%