- Add Build, Coverage and Maintainability coverage.
- Deploy on Heroku
- Add database to Heroku
- Configure Database
-
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.