Skip to content

kianbehzad/Zprava-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 

Repository files navigation

Zprava-server

Server side implementation for Zprava application

INSTALL

Linux/Unix and MacOS X Installation

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.

Windows Installation

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.

About

Server side implementation for Zprava application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages