rhidayat1980 / auction_umbrella

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AuctionUmbrella

TODO: Add description

How to setup

  • install erlang, elixir and phoenix Framework
  • install postgresql
  • install nodejs

repository

https://github.com/rhidayat1980/auction_umbrella

How to run

git clone git@github.com:rhidayat1980/auction_umbrella.git

cd apps/auction

mix deps.get && mix ecto.create && mix ecto.migrate

cd ../auction_web

mix deps.get && npm --prefix assets install

mix phx.server

or just execute command below after clone the repo and change directory to auction_umbrella:

bash setup.sh

application will run on port 4000

for example:

user registration:

http://localhost:4000/users/new

list items:

http://localhost:4000/items

About


Languages

Language:Elixir 72.0%Language:CSS 16.0%Language:HTML 8.2%Language:JavaScript 3.5%Language:Shell 0.2%