8000 GitHub - kitofr/inout: InOut - A time stamper in Phoenix and Elm
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

kitofr/inout

Repository files navigation

Inout

Build Status

To start your Phoenix 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
  • Import database with pg_restore --verbose --clean --no-acl --no-owner -h localhost -U postgres -d inout_dev latest.dump
    ./restore.sh

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Ecto queries

iex> alias Ecto.Query
iex> Inout.Event |> Ecto.Query.limit(2) |> Inout.Repo.all

About

InOut - A time stamper in Phoenix and Elm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0