https://github.com/othreecodes/simple-rest-api
A Simple REST backend done with Elixir's Phoenix
https://github.com/othreecodes/simple-rest-api
auth elixir elixir-phoenix rest
Last synced: about 1 month ago
JSON representation
A Simple REST backend done with Elixir's Phoenix
- Host: GitHub
- URL: https://github.com/othreecodes/simple-rest-api
- Owner: othreecodes
- Created: 2018-10-07T06:25:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-17T19:12:42.000Z (over 7 years ago)
- Last Synced: 2025-01-20T12:30:40.320Z (about 1 year ago)
- Topics: auth, elixir, elixir-phoenix, rest
- Language: Elixir
- Size: 6.17 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SimpleRestApi
To start your Phoenix server:
* Install dependencies with `mix deps.get`
* Create and migrate your database with `mix ecto.create && mix ecto.migrate`
* Start Phoenix endpoint with `mix phx.server`
Now you can 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: https://hexdocs.pm/phoenix
* Mailing list: http://groups.google.com/group/phoenix-talk
* Source: https://github.com/phoenixframework/phoenix