Skip to content

A repo to help learners follow along during Andela35 LevelUp sessions.

Notifications You must be signed in to change notification settings

Emmanuel-Dominic/Andela35

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A repo to help learners follow along during Andela35 LevelUp sessions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Procfile 0.1%