Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.18 KB

README.md

File metadata and controls

38 lines (22 loc) · 1.18 KB

Build Status Coverage Status Maintainability

Andela35 CI-CD Assignment

  • Add Build, Coverage and Maintainability coverage.
  • Deploy on Heroku
  • Add database to Heroku
  • Configure Database

Heroku URL

Find it on Heroku

GETTING STARTED

  • Clone this repo using

    git clone https://github.com/KengoWada/Andela35.git

  • Then change directory to the new folder

    cd <Directory-Name>

  • Create a virtual environment

    virtualenv <virtual-env-name>

  • Activate the virtual environment

    . <virtual-env-name>/bin/activate

  • Install all the dependencies

    pip install requirements.txt

  • Switch to the appropriate branch and follow along.

AUTHOR