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
* use Jetbrains Pycharm IDE
* create and use a virtual environment
## Setup
$ cd ./middleware
$ cd ./app_be
$ pip install -r requirements.txt
$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py createsuperuser
$ python mangge.py runserver
## ERROR handling

View File

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