Shop is a (very) simple e-commerce store built throughout the Phoenix crash course
This is a Phoenix project bootstrapped with SQLite3.
- Install Elixir and Erlang
- I recommend using asdf to manage your Elixir and Erlang versions
- Simply run
asdf install
in the project root to install the correct versions
- Run
mix setup
to install dependencies and seed the database - Start the Phoenix server with
mix phx.server
or inside IEx withiex -S mix phx.server
- Now you can visit
localhost:4000
from your browser
We love our contributors! Here's how you can contribute:
- Open an issue if you believe you've encountered a bug.
- Make a pull request to add new features/make quality-of-life improvements/fix bugs.