How to run in readme
This commit is contained in:
parent
26cd11e7ce
commit
a9bf9e91f2
26
README.md
26
README.md
@ -1 +1,25 @@
|
|||||||
SMART PICASSO project for SYI classes
|
# SMART PICASSO project for SYI classes
|
||||||
|
|
||||||
|
|
||||||
|
## How to run the project
|
||||||
|
First of all clone repository.
|
||||||
|
|
||||||
|
### REST API
|
||||||
|
`cd rest-app`
|
||||||
|
|
||||||
|
`pip3 install -r requirements.txt`
|
||||||
|
|
||||||
|
`python3 manage.py makemigrations`
|
||||||
|
|
||||||
|
`python3 manage.py runserver`
|
||||||
|
|
||||||
|
To run tests:
|
||||||
|
|
||||||
|
`python3 manage.py test`
|
||||||
|
|
||||||
|
### Client app
|
||||||
|
`cd client`
|
||||||
|
|
||||||
|
`pip3 install -r requirements.txt`
|
||||||
|
|
||||||
|
`python3 app.py`
|
Loading…
Reference in New Issue
Block a user