https://github.com/andyklimczak/phx_blog
https://github.com/andyklimczak/phx_blog
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andyklimczak/phx_blog
- Owner: andyklimczak
- Created: 2020-06-25T00:02:02.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-11T02:39:25.000Z (about 4 years ago)
- Last Synced: 2024-12-30T06:27:12.441Z (5 months ago)
- Language: Elixir
- Size: 417 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PhxBlog
Simple project to test out implmenting:
- DB associations
- User sign in/signup
- Require auth endpoints
- Live viewTo start your Phoenix server:
* Install dependencies with `mix deps.get`
* Create and migrate your database with `mix ecto.setup`
* Install Node.js dependencies with `npm install` inside the `assets` directory
* 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: https://www.phoenixframework.org/
* Guides: https://hexdocs.pm/phoenix/overview.html
* Docs: https://hexdocs.pm/phoenix
* Forum: https://elixirforum.com/c/phoenix-forum
* Source: https://github.com/phoenixframework/phoenix