https://github.com/minhajuddin/blogr
Many to Many relationships in Ecto: https://www.youtube.com/watch?v=Cl2U_8XtUBM, https://www.youtube.com/watch?v=_ut8o0fdXRo
https://github.com/minhajuddin/blogr
ecto elixir many-to-many orm phoenix relationships tags
Last synced: 8 months ago
JSON representation
Many to Many relationships in Ecto: https://www.youtube.com/watch?v=Cl2U_8XtUBM, https://www.youtube.com/watch?v=_ut8o0fdXRo
- Host: GitHub
- URL: https://github.com/minhajuddin/blogr
- Owner: minhajuddin
- Created: 2020-05-17T02:58:45.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T06:08:11.000Z (over 3 years ago)
- Last Synced: 2024-04-14T09:24:18.585Z (about 2 years ago)
- Topics: ecto, elixir, many-to-many, orm, phoenix, relationships, tags
- Language: Elixir
- Homepage:
- Size: 1.58 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blogr
[Many to Many in ecto - Part 02](https://www.youtube.com/watch?v=_ut8o0fdXRo)
[Many to Many in ecto - Part 01](https://www.youtube.com/watch?v=Cl2U_8XtUBM)
- - -
To start your Phoenix server:
* Setup the project with `mix 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: 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