$ git clone https://github.com/FZZZMask/backend.git
$ cd backend
$ python3 -m venv py3
$ source py3/bin/activate
$ pip install -r requirements.txt
$ cd fzzzMaskBackend/
$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py runserver 0.0.0.0:8000 --insecure
This repository is licensed under the BSD 3-Clause License.
Copyright © 2018 Zhenzhen Zhao