https://github.com/buckybox/buckynix
Bucky Box Phoenix App
https://github.com/buckybox/buckynix
buckybox elixir elm food phoenix
Last synced: about 2 months ago
JSON representation
Bucky Box Phoenix App
- Host: GitHub
- URL: https://github.com/buckybox/buckynix
- Owner: buckybox
- License: other
- Created: 2017-01-09T17:17:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-09T17:17:47.000Z (over 9 years ago)
- Last Synced: 2025-03-27T02:46:49.023Z (about 1 year ago)
- Topics: buckybox, elixir, elm, food, phoenix
- Language: Elixir
- Homepage:
- Size: 1.03 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Buckynix
## Status
This is my one-month hackathon trying to rebuild [Bucky Box](http://www.buckybox.com/) from scratch using Elixir and Elm.
This is about 40% complete for a rough MVP and 15% for a proper app.
I'm releasing it under the AGPL license.
I might or might not resume development at a later stage.
If you think it's a cool project and would like to help, please contact me at the email address used in Git commits.
I'd love to team up with you.
Dev note: Elm feels like a great fit for the frontend but I'm not sure about Elixir/Phoenix for the backend. I'd like to redo the backend and API using Haskell or similar.
## Usage
* 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`
* Run linter with `mix credo --strict`
## License
AGPLv3+