baldwindavid / shortlinx

In Short: A URL Shortener

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

In Short: A URL Shortener

To view the application locally:

  • Download the repo with git clone git@github.com:baldwindavid/shortlinx.git
  • cd into the shortlinx repository
  • /config/dev.secret.exs.template is a template for your local development database credentials. Update the username/password to your credentials and remove the .template extension. The file should be named dev.secret.exs. This secret configuration is imported at the bottom of dev.exs.
  • Perform the same operation for /config/test.secret.exs.template.
  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Install Node.js dependencies with npm install inside the assets directory
  • Start Phoenix endpoint with mix phx.server
  • Tests can be run with mix test
  • Visit localhost:4000 from your browser.

About

In Short: A URL Shortener


Languages

Language:Elixir 76.2%Language:CSS 14.5%Language:JavaScript 4.4%Language:SCSS 2.6%Language:HTML 2.3%