| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Original source code from https://github.com/pallets/flask/tree/16d83d6bb413bec09a656a659b98d897e7abcc81/examples/minitwit
To create a docker image execute:
docker build . -t minitwit
To run the docker image execute:
docker run -p 5000:5000 minitwit and visit with your browser http://localhost:5000
To run unit tests inside the container execute:
docker run minitwit python setup.py test
MiniTwit
because writing todo lists is not fun
A SQLite and Flask powered twitter clone
the application will greet you on http://localhost:5000/
You betcha. Run the python setup.py test file to see the tests pass.
| Back | FazBrowse Home | New Git URL |