kurianbenoy / BibleRestAPI

0 stars 0 forks source link

Bible Rest API

Installation

pip install pipenv

pipenv install

MYSQL setup

sudo apt-get install python3-dev libmysqlclient-dev

pipenv install mysqlclient

sudo apt-get install mysql-server

Setup the mysql as the following

**Please note : I am using django-environ for hiding secrets in my settings.py .Check Project url for setup