Skip to content

A simple CRUD app written in Elixir with the use of metaprogramming techniques.

License

Notifications You must be signed in to change notification settings

rksiazek/simple-crud-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Notes App

Console based in-memory CRUD application written in Elixir.

Getting started

To run the application, install Erlang and Elixir environment and execute the command (Windows):

cd <project root>
iex --werl -S mix

To run the program directly in the system console, use the command: iex -S mix

In the last step, run the main() function by executing the following command: Crudapp.main([])

Note

This program has been written for academic purposes.

About

A simple CRUD app written in Elixir with the use of metaprogramming techniques.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages