Go to file
Thomas Citharel 20cd1bb579 Change models, new migrations, fix front and make tests work
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2018-01-13 23:33:03 +01:00
config Change models, new migrations, fix front and make tests work 2018-01-13 23:33:03 +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
README.md initial commit 2017-12-08 09:58:14 +01:00
mix.exs Change models, new migrations, fix front and make tests work 2018-01-13 23:33:03 +01:00
mix.lock Change models, new migrations, fix front and make tests work 2018-01-13 23:33:03 +01:00

README.md

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