Modify for current project
This commit is contained in:
parent
86f67e5cc3
commit
3ffa0ef3d6
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user