Skip to content

falken20/richionline.com

Repository files navigation

drawing Personal Portfolio web

Version GitHub language count GitHub Top languaje Test coverage GitHub License

Richi web Twitter

Flask web for personal portfolio


Endpoint

https://richionline-portfolio.nw.r.appspot.com

Deploy in Google Cloud Platform
gcloud app deploy
Setup
pip install -r requirements.txt
Running the app
flask run (with .flaskenv)

or

flask run -app PATH_APP
Setup tests
pip install -r requirements-tests.txt
Running the tests with pytest and coverage
./scripts/check_project.sh

or

coverage run -m pytest -v && coverage html --omit=*/venv/*,*/tests/*

Versions

1.0.1 Some new styles and config 1.0.0 First version