https://github.com/mulx10/sire
An inspirational quotes app using Flask
https://github.com/mulx10/sire
thoughts
Last synced: 6 months ago
JSON representation
An inspirational quotes app using Flask
- Host: GitHub
- URL: https://github.com/mulx10/sire
- Owner: MuLx10
- License: mit
- Created: 2020-03-03T08:08:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-20T03:10:23.000Z (over 5 years ago)
- Last Synced: 2024-12-30T13:10:31.384Z (over 1 year ago)
- Topics: thoughts
- Language: Python
- Homepage:
- Size: 379 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sire
## [Github Action Hackathon Winner](https://githubhackathon.com/)

An inspirational quotes app using Flask
### Build application
Build the Docker image manually by cloning the Git repo.
```
$ git clone https://github.com/MuLx10/Sire.git
$ docker build -t Sire .
```
### Download precreated image
You can also just download the existing image from [DockerHub](https://hub.docker.com/r/lvthillo/python-flask-docker/).
```
docker pull Sire
```
### Run the container
Create a container from the image.
```
$ docker run --name my-container -d -p 8080:8080 Sire
```
Now visit http://localhost:8080