- Notifications
You must be signed in to change notification settings - Fork1
alexjp/jsonapi-testing
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Testing and example app for JSONAPI for elixir: Phoenix Framework
- Create
- Update
- Index
- Show, with relationships
- Install dependencies with
mix deps.get
- Create and migrate your database with
mix ecto.create && mix ecto.migrate
- Start Phoenix endpoint with
mix phoenix.server
Now you can visitlocalhost:4000
from your browser.
Ready to run in production? Pleasecheck our deployment guides.
- 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