Go to file
2020-12-09 21:58:18 +01:00
client First version of client 2020-12-07 06:25:32 +01:00
rest-app SMART-39 tests for UserRegistrationSerializer 2020-12-05 19:07:25 +01:00
.gitignore build and test django in Jenkinsfile 2020-12-01 21:25:52 +01:00
Jenkinsfile add build and test django in Jenkinsfile 2020-12-01 21:28:24 +01:00
README.md How to run in readme 2020-12-09 21:58:18 +01:00

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