Modify for current project

This commit is contained in:
Tobias Eidelpes 2021-03-12 15:23:01 +01:00
parent 86f67e5cc3
commit 3ffa0ef3d6
2 changed files with 8 additions and 8 deletions

View File

@ -1,18 +1,18 @@
# AIC Django Middleware # Wep Application Engineering & Content Management Django Backend
## Tips ## Tips
* use Jetbrains Pycharm IDE * use Jetbrains Pycharm IDE
* create and use a virtual environment * create and use a virtual environment
## Setup ## Setup
$ cd ./middleware $ cd ./app_be
$ pip install -r requirements.txt $ pip install -r requirements.txt
$ python manage.py makemigrations $ python manage.py makemigrations
$ python manage.py migrate $ python manage.py migrate
$ python manage.py createsuperuser $ python manage.py createsuperuser
$ python mangge.py runserver $ python mangge.py runserver
## ERROR handling ## ERROR handling

View File

@ -1,4 +1,4 @@
# AIC Angular Frontend # Web Application Engineering & Content Management Angular Frontend
## Tips ## Tips
* use Jetbrains Webstorm IDE * use Jetbrains Webstorm IDE
@ -10,7 +10,7 @@
## Setup ## Setup
$ cd ./frontend $ cd ./frontend
$ npm install $ npm install
$ ng serve $ ng serve