$ git clone https://github.com/olawalejarvis/blog_api.git
$ cd /blog_api
$ pipenv shell
command$ pipenv install
$ export FLASK_ENV=development
$ export DATABASE_URL=postgres://name:password@houst:port/blog_api_db
$ export JWT_SECRET_KEY=hhgaghhgsdhdhdd
python run.py