https://github.com/brandaoplaster/blog_phx
Developing a blog using Elixir and Phoenix :scroll:
https://github.com/brandaoplaster/blog_phx
elixir phoenix-framework
Last synced: about 1 year ago
JSON representation
Developing a blog using Elixir and Phoenix :scroll:
- Host: GitHub
- URL: https://github.com/brandaoplaster/blog_phx
- Owner: brandaoplaster
- License: mit
- Created: 2021-08-26T00:54:15.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-25T18:41:16.000Z (over 4 years ago)
- Last Synced: 2025-02-03T23:43:07.498Z (over 1 year ago)
- Topics: elixir, phoenix-framework
- Language: Elixir
- Homepage:
- Size: 263 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# BlogPhx :scroll:
To 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