Go to file
Thomas Citharel 8fbf8563f3 make credo not a failure for ci
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2018-01-13 23:53:19 +01:00
config fix ci env 2018-01-13 23:40:06 +01:00
js Change models, new migrations, fix front and make tests work 2018-01-13 23:33:03 +01:00
lib Change models, new migrations, fix front and make tests work 2018-01-13 23:33:03 +01:00
priv Change models, new migrations, fix front and make tests work 2018-01-13 23:33:03 +01:00
test Change models, new migrations, fix front and make tests work 2018-01-13 23:33:03 +01:00
.gitignore initial commit 2017-12-08 09:58:14 +01:00
.gitlab-ci.yml make credo not a failure for ci 2018-01-13 23:53:19 +01:00
mix.exs add cache, credo and postgis to ci 2018-01-13 23:49:37 +01:00
mix.lock add cache, credo and postgis to ci 2018-01-13 23:49:37 +01:00
README.md initial commit 2017-12-08 09:58:14 +01:00

Eventos

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