Skip to content

dolatapatryk/smart-picasso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

App that allows you to draw with your gestures!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages