A rest api to manage a users/group/meetings system, powered by Django and MongoDB, using OAuth2 for autentication and autorization.
$ pip install -r docs/requirements.txt
$ vim apps/mysite/settings.py
add:
ALLOWED_HOSTS = ['your-domain-name-or-localhost.com:port']
$ cd apps/
$ python3 manage.py runserver