Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 492 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 492 Bytes

SMART PICASSO project for SYI classes

How to run the project

Prerequisites

  • Computer with Windows/Linux/MacOS system.
  • Python 3.7+
  • PIP
  • terminal
  • cloned repository

REST API - server

cd rest-app

pip install -r requirements.txt

python manage.py makemigrations

python manage.py runserver

To run tests:

python manage.py test

Client app

cd client

pip install -r requirements.txt

python app.py

You have to run server before running client!