Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uberswe/timestamp_fun
https://github.com/uberswe/timestamp_fun
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/uberswe/timestamp_fun
- Owner: uberswe
- License: mit
- Created: 2018-01-29T22:36:55.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-02T06:10:56.000Z (almost 7 years ago)
- Last Synced: 2024-05-02T01:06:47.490Z (8 months ago)
- Language: HTML
- Size: 330 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Timestamp.fun
Created by [Markus Tenghamn](https://ma.rkus.io)
The project uses the Revel framework.
See the project live at https://timestamp.fun
Credit to this blog post for helping me get Revel running in Docker http://jbeckwith.com/2015/05/08/docker-revel-appengine/
## How to run this locally
Install docker
Clone this project
Then run the following commands in the project directory
`docker build -t timestamp-fun .`
`docker run -it -p 8007:8007 timestamp-fun`
The app should now be running on http://127.0.0.1:8007