From 4c6e8e1210947c1e286ed8d6287f9371cec26498 Mon Sep 17 00:00:00 2001 From: Thomas Irgang Date: Wed, 19 Apr 2023 21:57:41 +0200 Subject: [PATCH] setup for local dev --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 7f5df64..17d50fc 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,16 @@ Web App um Reparaturtermine zu vereinbaren. For documentation see https://makes-hacks-hip.github.io/RepApp/. +## Setup for development + +- Clone repo +- python -m venv venv +- cd rc_hip +- python manage.py makemigrations +- python manage.py migrate +- python manage.py createsuperuser +- python manage.py runserver + ## Build Docker image - Build the image: `docker build -t repapp .`