Skip to content
This repository has been archived by the owner on Sep 27, 2021. It is now read-only.

Latest commit

 

History

History
63 lines (42 loc) · 1.54 KB

README.md

File metadata and controls

63 lines (42 loc) · 1.54 KB

eBay Clone

Auctions web app built with Elixir framework Phoenix
Build Status

⚠️ WIP

Greenfield web app that is similar to the basic functionality of eBay.

Installation

Clone rstein66/ebay-clone, and then install its dependencies.

$ cd PROJECT_ROOT
$ mix deps.get

Create and migrate the database.

$ mix ecto.setup

Finally, install Node.js dependencies.

$ cd assets && npm install && cd ..

Usage

Start Phoenix endpoint.

$ mix phx.server

Now you can visit localhost:4000 from your browser.

Test

$ cd PROJECT_ROOT
$ mix test

Built With

  • Elixir 1.7+
  • Web framework – Phoenix v1.4
  • Data store – PostgreSQL

Resources & Acknowledgments

Phoenix LiveView

Use of Phoenix LiveView in this project was guided by, and is heavily based on,

Miscellaneous