Skip to content
This repository has been archived by the owner on Nov 12, 2020. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 903 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 903 Bytes

pton.co Build Status Code Climate codecov Inline docs

pton.co is intended to be a simple URL shortener service for the Princeton community.

Setup

This assumes you already have Elixir installed and a default Postgres setup.

mix deps.get
mix ecto.create
mix ecto.migrate
cd assets && npm install
cd ..
mix phx.server

Now you can visit localhost:4000 from your browser.