Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CV Web App

This is a simple Flask web application that serves an HTML version of your CV at the /cv URL.

How to Use

  1. Clone the repository and navigate to the project folder:

    git clone https://github.com/halayaghi-git/devopstasks.git
    cd devopstasks
  2. Create and activate a virtual environment (optional but recommended):

    python3 -m venv .venv
    source .venv/bin/activate
  3. Install dependencies:

    pip install flask
  4. Run the server:

    python server.py
  5. View your CV: Open your browser and go to http://localhost:5001/cv

Customization

  • Edit template.html to update your CV content.
  • Edit format.css to change the style.

Project Structure

server.py
format.css
template.html

License

MIT

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages