An open API service indexing awesome lists of open source software.

https://github.com/caiaffa/friends_app

Exercise from Programação Funcional com Elixir that creates contact book.
https://github.com/caiaffa/friends_app

elixir elixir-lang

Last synced: over 1 year ago
JSON representation

Exercise from Programação Funcional com Elixir that creates contact book.

Awesome Lists containing this project

README

          

# FriendsApp

This is a console application that will create, update, show and delete a friend.

## Quickstart

To start your script:

* Install dependencies with `mix deps.get`
* Run script with `mix start`