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

Latest commit

 

History

117 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages