Git Product home page Git Product logo

exon's Introduction

Exon 2 Travis CI build on Master branch Made in Elixir MIT License Dependencies status

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

http://i.imgur.com/1yCKF0n.png

Running the server.

(export MIX_ENV=prod)

  1. Edit the config file ) according to your needs.
  2. mix do deps.get, compile
  3. mix ecto.migrate
  4. iex -S mix or iex -S mix phx.server to enable the WebUI
  5. ???
  6. Enjoy.

Logging

For the moment (16/09/2016), partial logging on disk is done, at log/exon.log. It contains the date + hour of the operation, the result (success/failure) and the client's username + hostname/IP address.

What should be done

  • Authentication
  • Writing tests.
  • Make it more CRUD
    • For the moment, every comment and item are stored ad vitam æternam
  • A search functionality
    • Use LIKE.

Authentication

An authenticated user can register items with their name, and are able to remove items.

TODO:

  • In case of repetedly login failure, activate a timeout and a ban.

Trivia

{:ok, socket} = :gen_tcp.connect {127,0,0,1}, 8878, [:binary, active: false] :ok = :gen_tcp.send(socket, "id 324234n") {:ok, json} = :gen_tcp.recv(socket, 0)

exon's People

Contributors

tchoutri avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

dreat cjbaker

exon's Issues

Search feature

Implement a search feature. For now, FTS5 seems to be the better option.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.