https://github.com/stevenplatt/telecomsteve-flask
Python Flask application code powering the website https://telecomsteve.com/
https://github.com/stevenplatt/telecomsteve-flask
flask-application portfolio-website python
Last synced: 2 months ago
JSON representation
Python Flask application code powering the website https://telecomsteve.com/
- Host: GitHub
- URL: https://github.com/stevenplatt/telecomsteve-flask
- Owner: stevenplatt
- License: mit
- Created: 2021-08-16T19:58:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-13T01:34:05.000Z (9 months ago)
- Last Synced: 2024-11-28T04:08:25.417Z (6 months ago)
- Topics: flask-application, portfolio-website, python
- Language: HTML
- Homepage: https://telecomsteve.com/
- Size: 6.75 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Telecomsteve Website
### CI/CD Build Status: 
Repository for the Python Flask app powering https://www.telecomsteve.com/
Site template based on [ResearchEng template](https://github.com/stevenplatt/ResearchEng-portfolio)
### Run this site locally using Docker
Note that Docker must already be installed to your local machine. ([Docker install instructions](https://docs.docker.com/get-docker/)).
>1. docker pull telecomsteve/telecomsteve-flask:main
>1. docker run --name telecomsteve -d -p 8080:80 telecomsteve/telecomsteve-flask:mainThe website is now reachable at http://localhost:8080 in your browser.
