https://github.com/tomasbasham/echo-echo-echo
https://github.com/tomasbasham/echo-echo-echo
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tomasbasham/echo-echo-echo
- Owner: tomasbasham
- Created: 2019-11-30T23:17:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-01T15:54:49.000Z (over 6 years ago)
- Last Synced: 2025-01-02T10:12:20.322Z (about 1 year ago)
- Language: Rust
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# echo-echo-echo [](https://travis-ci.com/tomasbasham/echo-echo-echo) [](https://codeclimate.com/github/tomasbasham/echo-echo-echo/maintainability)
This README outlines the details of collaborating on this Rust application. A
short introduction of this app could easily go here.
## Prerequisites
You will need the following things properly installed on your computer.
* [Git](https://git-scm.com/)
* [Rust](https://www.rust-lang.org/)
* [Docker](https://www.docker.com/)
## Installation
* `git clone ` this repository
* `cd echo-echo-echo`
* `docker build -t echo .`
## Running / Development
* `docker run --rm -it -p 3000:3000 --env-file .env echo`
* Visit your app at [http://localhost:3000](http://localhost:3000).
## Further Reading / Useful Links
* [Rust](https://www.rust-lang.org/)