https://github.com/eendroroy/twitterz_phx
Sample Phoenix project
https://github.com/eendroroy/twitterz_phx
api authentication ecto elixir phoenix-framework postgresql
Last synced: 4 months ago
JSON representation
Sample Phoenix project
- Host: GitHub
- URL: https://github.com/eendroroy/twitterz_phx
- Owner: eendroroy
- License: mit
- Created: 2019-03-23T07:28:30.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-14T10:37:13.000Z (over 6 years ago)
- Last Synced: 2025-01-26T19:21:55.230Z (12 months ago)
- Topics: api, authentication, ecto, elixir, phoenix-framework, postgresql
- Language: Elixir
- Homepage:
- Size: 72.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TwitterZPhx
To start your Phoenix server:
* Install dependencies with `mix deps.get`
* Create and migrate your database with `mix ecto.setup`
* 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](https://hexdocs.pm/phoenix/deployment.html).
## Learn more
* Official website: http://www.phoenixframework.org/
* Guides: https://hexdocs.pm/phoenix/overview.html
* Docs: https://hexdocs.pm/phoenix
* Mailing list: http://groups.google.com/group/phoenix-talk
* Source: https://github.com/phoenixframework/phoenix