Skip to content

danielbergholz/shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shop

Shop is a (very) simple e-commerce store built throughout the Phoenix crash course

The Tech Stack

This is a Phoenix project bootstrapped with SQLite3.

Running Shop locally

  • 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 with iex -S mix phx.server
  • Now you can visit localhost:4000 from your browser

Contributing

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.