Skip to content
This repository has been archived by the owner on Jun 5, 2021. It is now read-only.

FZZZMask/backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FZZZMask Backend Repository

$ 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 

API Documentation

FZZZMask API Documentation

License

This repository is licensed under the BSD 3-Clause License.

Copyright © 2018 Zhenzhen Zhao

Releases

No releases published

Packages

No packages published

Languages