Skip to content

carlosmenezes/todo_plug

Repository files navigation

TodoPlug

Codacy Badge

A simple TODO api made with Plug and Ecto.

Instructions

This app runs on Docker so have both Docker and Docker Compose installed.

  • build app: docker-compose build
  • create database: docker-compose run --rm -e MIX_ENV=<dev test> web mix ecto.create
  • run migrations: docker-compose run --rm -e MIX_ENV=<dev test> web mix ecto.migrate
  • run tests: docker-compose run --rm web mix test
  • run app: docker-compose up

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages