andrelip / syncfile

Load, parse and sync state with CSV uploads

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Syncfile

CircleCI Coverage Status

To start your Phoenix server:

  • Install postgresql and the the environment variables in the next session.
  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Install Node.js dependencies with cd assets && npm install
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Required environment Variables

  • PG_USERNAME
  • PG_PASSWORD
  • PG_HOSTNAME
  • PG_DATABASE

About

Load, parse and sync state with CSV uploads


Languages

Language:Elixir 68.9%Language:CSS 20.2%Language:JavaScript 7.0%Language:HTML 3.9%