https://github.com/janza/artikl
🔖 Minimalistic bookmark/article archive
https://github.com/janza/artikl
Last synced: 3 months ago
JSON representation
🔖 Minimalistic bookmark/article archive
- Host: GitHub
- URL: https://github.com/janza/artikl
- Owner: janza
- License: mit
- Created: 2017-06-02T22:37:23.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-18T18:14:53.000Z (almost 8 years ago)
- Last Synced: 2025-01-05T23:27:43.828Z (4 months ago)
- Language: Elixir
- Homepage:
- Size: 145 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Artikl
### Usage
docker run -d \
--name artikl \
-p 4000:4000 \
-e DB_NAME=artikl_prod \
-e DB_USER=postgres \
-e DB_PASSWORD=postgres \
-e DB_HOST=database_host \
jjanzic/artikl### Development
To start your 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.