Exon 2
Exon is a “mess manager” developed in Elixir and provides a simple API to manage & document your stuff. And by that I mean "physical stuff".
About the clients
The specs are located here. Please tell me if something went wrong during their implementation.
About the server
Running the server.
(export MIX_ENV=prod)
- Edit the config file ) according to your needs.
mix do deps.get, compilemix ecto.migrateiex -S mixoriex -S mix phoenix.serverto enable the WebUI- ???
- Enjoy.
What should be done
Writing tests.
- Make it more CRUD
- For the moment, every comment and item are stored ad vitam æternam
- A search functionality
- FTS4 ?
LIKE?
Authentication
An authenticated user can register items with their name, and are able to remove items.
TODO:
- Returning the date & time of last time they logged in
- In case of repetedly login failure, activate a timeout and a ban.