yepesasecas / afy

My own personal AFY (API). to play around with multiple API Web Services.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

travisCI

AFY

My own API or AFY. Any API Web Service that I want to play with will be included.

Documentation

I'm using postman

Logs

I'm using papertrail to keep production logs and search.

Host

I'm hosting AFY in Gigalixir

Authentication

I'm using Guardian for JWT. comeonin and bcrypt_elixir for Password hashing.

Basic Google Vision

  1. Upload image and obtain object names in image.
  2. Upload image and obtain text in image.

3CE

i'm using my own HS library to consume 3CE API.

Releases

I'm using Distillery.

TODO

  • Twilio
  • Hue
  • Watson
  • Uber
  • Apple Notifications (Pushex?)

Intall

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

About

My own personal AFY (API). to play around with multiple API Web Services.


Languages

Language:Elixir 99.6%Language:Lua 0.4%