https://github.com/emadb/todo_ex_api
Basic project for learning how to create an API in Elixir
https://github.com/emadb/todo_ex_api
Last synced: over 1 year ago
JSON representation
Basic project for learning how to create an API in Elixir
- Host: GitHub
- URL: https://github.com/emadb/todo_ex_api
- Owner: emadb
- Created: 2020-11-03T14:05:44.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-04T15:58:08.000Z (almost 6 years ago)
- Last Synced: 2025-02-05T05:29:30.733Z (over 1 year ago)
- Language: Elixir
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TodoApi: a simple kata for learning how to create an API in Elixir
To run the test you need to install [Elixir](https://elixir-lang.org) and start the docker compose to boot the database (postegresql).
Then run `mix deps.get` from the terminal to install all the needed dependencies.
Finally you can run the tests using `mix test`. All test should be green!
The tests are all in the `ping_test.ex` file.
Happy coding!