https://github.com/aaronrenner/webcamery
Webcam gallery written in Phoenix
https://github.com/aaronrenner/webcamery
Last synced: over 1 year ago
JSON representation
Webcam gallery written in Phoenix
- Host: GitHub
- URL: https://github.com/aaronrenner/webcamery
- Owner: aaronrenner
- Created: 2015-12-31T16:34:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-26T00:05:20.000Z (over 10 years ago)
- Last Synced: 2025-01-19T11:32:03.239Z (over 1 year ago)
- Language: Elixir
- Size: 75.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webcamery
[](https://semaphoreci.com/aaronrenner/webcamery)
A gallery to show all of your webcams to your friends.
## Getting Started
After you have cloned this repo, run the setup script to set up your machine
with the necessary dependencies to run and test this app:
$ ./bin/setup
After setting up, you can run the application using [Heroku Local]:
$ heroku local
[Heroku Local]: https://devcenter.heroku.com/articles/heroku-local
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
## Running Tests
Make sure you have phantomjs webdriver running
$ phantomjs --wd
Then run
$ mix test