From a9bf9e91f20bf78050bfd2789fa5c4c2361739c3 Mon Sep 17 00:00:00 2001 From: Patryk Dolata Date: Wed, 9 Dec 2020 21:58:18 +0100 Subject: [PATCH] How to run in readme --- README.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 14304d2..c33ae12 100644 --- a/README.md +++ b/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` \ No newline at end of file