Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 602 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 602 Bytes

Django with MongoDB

Description

Django with MongoDB implementation using Djongo

Installation

$ pip install -r requirements.txt

Running the app

$ python manage.py runserver

Setup

Create .env file in the root directory and add the following configuations:

DJANGO_ENV - Set environment as development or production
SECRET_KEY - Set Secret key for django internal usage
DB_NAME - Database Name
DB_HOST - Database Host/IP
DB_PORT - Database PORT
DB_USER - Database Username
DB_PASS - Database Password

License

This project is MIT licensed.