### README for the ActiveBrainAtlas Django database portal
TO RUN DJANGO API SERVER: 1. create local_settings.py file under django_api/brainsharer folder. Note: This file will require the following entries (with your custom credentials): SECRET_KEY, DATABASES, GOOGLE_OAUTH2_CLIENT_SECRET, GITHUB_OAUTH2_CLIENT_SECRET 2. create virtual environment, activate and install requirements.txt (pip install -r requirements.txt)