add shops context, clothes and users-clothes

users-clothes is a many-to-many unique relationship
This commit is contained in:
2021-06-28 16:32:25 +02:00
parent 28823a6972
commit 4f8b87a2d9
14 changed files with 454 additions and 0 deletions
@@ -0,0 +1,3 @@
defmodule PokemonCoutureWeb.ClothesView do
use PokemonCoutureWeb, :view
end