Skip to content

AlexandruBurlacu/elixir_docker

Repository files navigation

ElixirDocker

Build Status Coverage Status Ebert

Simple ToDo REST API developed in Elixir inside a Docker container.

Routes

POST /v1/tasks Creates a task and returns it's hash.

GET /v1/tasks Lists all available tasks.

GET /v1/tasks/{id} Provides information about selected task.

PUT /v1/tasks/{id} Updates a selected task.

DELETE /v1/tasks/{id} Deletes a selected task.

Initially the project was heavily inspired by this repo.

About

Simple TODO REST API developed in Elixir inside a Docker container

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages