Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pop-os/deckard
A Pop!_Shop compatible api server
https://github.com/pop-os/deckard
Last synced: 1 day ago
JSON representation
A Pop!_Shop compatible api server
- Host: GitHub
- URL: https://github.com/pop-os/deckard
- Owner: pop-os
- Created: 2018-04-11T21:32:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-19T16:06:50.000Z (almost 2 years ago)
- Last Synced: 2024-11-08T10:48:35.632Z (5 days ago)
- Language: Elixir
- Size: 42.5 MB
- Stars: 4
- Watchers: 11
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
deckard
The Pop!_OS api server
---
This is a basic Phoenix app. You will need elixir `1.5` or higher to run. Once
cloned, simply:1. Install dependencies with `mix deps.get`
2. Create and migrate your database with `mix ecto.create && mix ecto.migrate`
3. Start Phoenix endpoint with `mix phoenix.server`You can now visit [`localhost:4000`](http://localhost:4000) from your browser.
Ready to run in production? Please [check our deployment guides](http://www.phoenixframework.org/docs/deployment).
## Learn more
* Official website: http://www.phoenixframework.org/
* Guides: http://phoenixframework.org/docs/overview
* Docs: http://hexdocs.pm/phoenix
* Mailing list: http://groups.google.com/group/phoenix-talk
* Source: https://github.com/phoenixframework/phoenix