Skip to content
/ cv-flask Public

πŸ”– This is a personal CV website implemented with Flask.

Notifications You must be signed in to change notification settings

armi3/cv-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

CV website with Flask

πŸ”– This is a personal CV website implemented with Flask.

Project tree

.
β”œβ”€β”€ Dockerfile
β”œβ”€β”€ README.md
β”œβ”€β”€ info.yml
β”œβ”€β”€ requirements.txt
β”œβ”€β”€ static
β”‚   └── styles.css
β”œβ”€β”€ templates
β”‚   β”œβ”€β”€ education.html
β”‚   β”œβ”€β”€ experience.html
β”‚   β”œβ”€β”€ includes
β”‚   β”‚   └── nav.html
β”‚   β”œβ”€β”€ layout.html
β”‚   └── profile.html
└── website.py

How to run locally

  • Using Python: pip install && python3 website.py

  • Using Docker: docker run -it -p 5000:5000 armi/cv-flask

References