Server side implementation for Zprava application
Pre-requirements:
Zprava have a official domain and host on Zprava. but to run the code with the server capabilities on a local machine do as follow: If you dont have Django installed on your system please install it from the following link:
or just run the following command in the command line:
$ pip install Django==2.0.5
$ pip install djangorestframework
Next run the server from your terminal:
$ git clone https://github.com/kianbehzad/Zprava-server.git
$ cd Zprava-server/Zprava
$ python3 manage.py makemigrations signup
$ python3 manage.py makemigrations chat
$ python3 manage.py migrate
$ python3 manage.py runserver
you can find the client application in Client repository.
Pre-requirements:
Zprava have a official domain and host on Zprava. but to run the code with the server capabilities on a local machine do as follow: If you dont have Django installed on your system please install it from the following link:
Next run the server from your terminal:
$ git clone https://github.com/kianbehzad/Zprava-server.git
$ cd Zprava-server/Zprava
$ python3 manage.py makemigrations signup
$ python3 manage.py makemigrations chat
$ python3 manage.py migrate
$ python3 manage.py runserver
you can find the client application in Client repository.