Go to file
2020-12-14 20:29:38 +01:00
client fixed client app python requirements 2020-12-14 13:29:06 +01:00
rest-app SMART-48 implemented create project endpoint 2020-12-14 20:29:38 +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