dariodf / contacts_sh

Contacts challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contacts SH

Contacts challenge!

Run locally

  1. Create/Migrate database:
mix ecto.create
mix ecto.migrate
  1. Run server:
iex -S mix phx.server

You can access the swagger page at http://localhost:4000/ to test the endpoints.

Erlang Release

To launch the release, run the following commands:

  1. Create database:
MIX_ENV=prod mix ecto.create
MIX_ENV=prod mix ecto.migrate
  1. Build release and launch:
MIX_ENV=prod mix release
PORT=4000 _build/prod/rel/contacts_sh/bin/contacts_sh start

You can access the swagger page at http://localhost:4000/ to test the endpoints.

About

Contacts challenge

License:MIT License


Languages

Language:Elixir 88.8%Language:JavaScript 7.5%Language:HTML 3.6%Language:CSS 0.1%