https://github.com/bitwalker/aws-dist-test
Clone of distillery-aws-example to illustrate distribution
https://github.com/bitwalker/aws-dist-test
Last synced: about 1 month ago
JSON representation
Clone of distillery-aws-example to illustrate distribution
- Host: GitHub
- URL: https://github.com/bitwalker/aws-dist-test
- Owner: bitwalker
- License: apache-2.0
- Created: 2019-03-13T13:48:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-18T20:05:43.000Z (about 7 years ago)
- Last Synced: 2025-04-05T22:32:26.529Z (about 1 year ago)
- Language: Elixir
- Size: 117 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Distillery AWS Example App
This application is intended to be used with the AWS guide in the Distillery documentation.
## Running Locally
You need to have PostgreSQL installed locally. Adjust the configuration as needed.
- `mix do deps.get, compile`
- `mix ecto.create`
- `mix ecto.migrate`
- `mix phx.server`
You can then open the app at `https://localhost:4000`
## License
This project is licensed under Apache 2