setup for local dev

This commit is contained in:
Thomas Irgang 2023-04-19 21:57:41 +02:00 committed by GitHub
parent 24dba867d7
commit 4c6e8e1210
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,16 @@ Web App um Reparaturtermine zu vereinbaren.
For documentation see https://makes-hacks-hip.github.io/RepApp/. 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 Docker image
- Build the image: `docker build -t repapp .` - Build the image: `docker build -t repapp .`