Skip to content

A rest api to manage a users/group/meetings system, powered by Django and MongoDB, using OAuth2 for autentication and autorization.

Notifications You must be signed in to change notification settings

douglasmoraisdev/mongodjangorestapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mongodjangorestapi: A Mongo+Django REST API

A rest api to manage a users/group/meetings system, powered by Django and MongoDB, using OAuth2 for autentication and autorization.

1. Installing dependencies

$ pip install -r docs/requirements.txt

3. Configuration

$ vim apps/mysite/settings.py

add:

ALLOWED_HOSTS = ['your-domain-name-or-localhost.com:port']

2. Running a local server

$ cd apps/
$ python3 manage.py runserver

3. Done!

About

A rest api to manage a users/group/meetings system, powered by Django and MongoDB, using OAuth2 for autentication and autorization.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published