No description
Find a file
2018-04-20 15:46:56 -04:00
.vscode Fix unit tests 2018-03-29 10:22:44 -04:00
config Add authentification 2018-03-21 04:03:00 -04:00
lib Implement file upload 2018-04-20 15:46:01 -04:00
priv Implement file upload 2018-04-20 15:46:01 -04:00
test Fix unit tests 2018-04-18 14:43:34 -04:00
.formatter.exs Format code with mix format 2018-03-05 19:35:40 -05:00
.gitignore Add elixir ls to gitignore 2018-04-20 15:46:56 -04:00
mix.exs Implement file upload 2018-04-20 15:46:01 -04:00
mix.lock Add pagination for datasets and datapoints 2018-04-17 22:01:22 -04:00
README.md Implement file upload 2018-04-20 15:46:01 -04:00

Monkey

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

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

Learn more