videntity/djmsample

Name: djmsample

Owner: Videntity

Description: A Django Project Running a base DjMongo Application

Created: 2016-03-22 14:04:38.0

Updated: 2016-10-24 01:21:22.0

Pushed: 2017-11-06 15:20:46.0

Homepage: null

Size: 24

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Djmongo Sample

This is a Django project running the Djmongo application.

Here are the basic configuration steps.

  1. Clone the repo: git clone https://github.com/videntity/djmsample.git, and cd into repo: cd djmsample
  2. Ensure MongoDB is installed and running.
  3. Install the other requirements with pip pip install -r djmsample/requirements.txt
  4. Setup the db. python manage.py makemigrations, python manage.py migrate.
  5. Create a superuser. python manage.py createsuperuser.
  6. Run the built in server: python manage.py runserver
  7. Point to the URL: http://127.0.0.1:8000/djm/console/
  8. Login and start building your API gateway.

Please check out our open source command line tools for importing data into MongoDB at https://github.com/videntity/json-data-tools


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.