Merge pull request #9 from makes-hacks-hip/Readme_dev_setup

setup for local dev
This commit is contained in:
etwas42 2023-04-20 14:31:30 +02:00 committed by GitHub
commit 1e706d4b23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,17 @@ 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
- source venv/bin/activate
- 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 .`