https://github.com/flaque/lutralog
https://github.com/flaque/lutralog
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flaque/lutralog
- Owner: Flaque
- Created: 2016-02-10T00:14:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-17T22:03:37.000Z (about 9 years ago)
- Last Synced: 2025-01-20T10:13:57.831Z (4 months ago)
- Language: Elixir
- Size: 72.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lutra
[Install Elixir](http://elixir-lang.org/install.html)
[Install Phoenix Framework](http://www.phoenixframework.org/docs/installation)
[Install PostgreSQL](https://help.ubuntu.com/community/PostgreSQL)
To start this app:
* Install dependencies with `mix deps.get`
* Create and migrate your database with `mix ecto.create && mix ecto.migrate`
* Install Node.js dependencies with `npm install`
* Start Phoenix endpoint with `mix phoenix.server`Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
## [Youtube Presentation](https://youtu.be/8KTf1vcYB-w)