Skip to content

calvh/mlh-portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio Template

License Open Issues Closed Issues Open PRs Closed PRs

A template for a personal portfolio built with Flask. See it on Heroku.

Installation

Make sure you have python3 and pip installed.

Create and activate a virtual environment using the venv module.

$ python -m venv .venv
$ source .venv/bin/activate

Use the package manager pip to install all dependencies

pip install -r requirements.txt

Note that on certain Linux distros it may be necessary to use python3 and pip3 instead.

Usage

Create a .env file using the example.env file as a template.

Start the Flask development server with:

$ flask run

Testing

Install pytest, then run it from the project root with:

$ pytest

Team

About

A portfolio website built with Flask.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published