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.
- Host: GitHub
- URL: https://github.com/caiaffa/friends_app
- Owner: caiaffa
- Created: 2020-10-07T12:27:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T19:57:13.000Z (over 5 years ago)
- Last Synced: 2025-01-22T08:47:22.529Z (over 1 year ago)
- Topics: elixir, elixir-lang
- Language: Elixir
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`