Update README.md
parent
b771aad1c3
commit
a311eb4697
19
README.md
19
README.md
|
|
@ -1,7 +1,7 @@
|
||||||
# Trade App
|
# Trade App
|
||||||
Python / Django / Websocket / Docker / Own REST / Own App Security
|
Python / Django / Websocket / Docker / Own REST / Own App Security
|
||||||
|
|
||||||
## Basic Information
|
## Basic Informations
|
||||||
|
|
||||||
Application for analyze a BTC stock exchange & community. Thanks this app you can subscribe BTC exchange and you can contact quickly with other app users (websocket chat & rest forum). Functionality has:
|
Application for analyze a BTC stock exchange & community. Thanks this app you can subscribe BTC exchange and you can contact quickly with other app users (websocket chat & rest forum). Functionality has:
|
||||||
- chart (candles)
|
- chart (candles)
|
||||||
|
|
@ -44,8 +44,21 @@ Trade App has also security func (like create/verify tokens (hashed information
|
||||||
└── wsgi.py
|
└── wsgi.py
|
||||||
|
|
||||||
```
|
```
|
||||||
|
### Usefull files
|
||||||
|
|
||||||
### UML
|
Shell / Bash Files
|
||||||
|
../packages.sh
|
||||||
|
This file have every python virtual environment requirements for application run
|
||||||
|
|
||||||
|
../migrate.sh
|
||||||
|
This file migrate every models with database in app and generate UML
|
||||||
|
|
||||||
|
../run.sh
|
||||||
|
This file running application
|
||||||
|
|
||||||
|
## UML
|
||||||
|
|
||||||
|
### Class diagram by apps
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
@ -140,6 +153,8 @@ class AbstractGet(AbstractUtilsCRUD):
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
And other example
|
||||||
|
|
||||||
```python
|
```python
|
||||||
|
|
||||||
class AbstractCreate(AbstractUtilsCRUD):
|
class AbstractCreate(AbstractUtilsCRUD):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue