Skip to content

xray/Renaissance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An auctions platform built with Phoenix and Elixir

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published