Skip to content

Latest commit

 

History

History
64 lines (41 loc) · 1.41 KB

File metadata and controls

64 lines (41 loc) · 1.41 KB

Renaissance

Auctions web app built with Elixir framework Phoenix

⚠️ WIP

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

Installation

Clone xray/Renaissance, 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