An inventory management web app written in Elixir Phoenix framework (inspired by PartKeepr)
- install docker-compose and elixir and Phoenix framework
git clone https://gitlab.com/j-mcavoy/tory.git
cd tory
- change
PORT
,DB_PASSWORD
,SECRET_KEY_BASE
in.env
to your liking docker-compose up -d
- Then go to
localhost:${PORT}
in your web browser (http://localhost:80 by default)
-
install docker-compose and elixir and Phoenix framework
-
git clone https://gitlab.com/j-mcavoy/tory.git cd tory/webserver docker-compose up -d db mix deps.get mix ecto.setup iex -S mix phx.server
-
go to http://localhost:4000/ in your web browser