Skip to content
This repository has been archived by the owner on Sep 27, 2021. It is now read-only.
/ ebay-clone Public archive
forked from xray/Renaissance

An auctions platform built with Phoenix and Elixir

License

Notifications You must be signed in to change notification settings

rstein66/ebay-clone

 
 

Repository files navigation

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

About

An auctions platform built with Phoenix and Elixir

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 83.1%
  • HTML 7.4%
  • CSS 5.9%
  • JavaScript 3.6%