https://github.com/tizz98/pineapple_io
Pineapple.io - A HN clone in Elixir
https://github.com/tizz98/pineapple_io
elixir phoenix
Last synced: about 1 year ago
JSON representation
Pineapple.io - A HN clone in Elixir
- Host: GitHub
- URL: https://github.com/tizz98/pineapple_io
- Owner: tizz98
- Created: 2017-02-26T00:15:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-26T02:08:20.000Z (over 9 years ago)
- Last Synced: 2025-02-17T03:37:44.229Z (over 1 year ago)
- Topics: elixir, phoenix
- Language: Elixir
- Homepage:
- Size: 66.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pineapple.io
To start the Phoenix app:
* Install dependencies with `mix deps.get`
* Create and migrate your database with `mix ecto.create && mix ecto.migrate`
* Install Node.js dependencies with `npm install`
* Start Phoenix endpoint with `mix phoenix.server`
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.