Ajinkya2000 / identicon-generator-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Identicon Generator

Link: identicon-generator

A simple tool to generate unique identicon for a given phrase. Created using Elixir and served through an Express Node API.

Steps to deploy app on Gigalixir

  1. After pushing the changes to gigalixir, ssh into the app using the command gigalixir ps:ssh. Make sure to do this inside the project's root directory.

  2. Run apt-get install elixir.

  3. cd identicon-generator/ && mix deps.get.

  4. Now inside the same directory compile the project for the first time using - iex -S mix. It will prompt to install rebar. Proceed with the installation.

  5. Now the app can generate identicon from the webpage.

About


Languages

Language:Elixir 68.1%Language:TypeScript 31.6%Language:Procfile 0.3%