A Phoenix app for tracking clothes acquisition in Pokémon Sun & Moon.
Go to file
Lili (Tlapka) 68462b7cb7 add seeding of db 2021-07-01 13:03:34 +02:00
assets initial commit 2021-06-28 11:14:14 +02:00
config initial commit 2021-06-28 11:14:14 +02:00
lib add color to clothes 2021-06-30 14:03:08 +02:00
priv add seeding of db 2021-07-01 13:03:34 +02:00
test add shops context, clothes and users-clothes 2021-06-28 16:32:25 +02:00
.formatter.exs initial commit 2021-06-28 11:14:14 +02:00
.gitignore initial commit 2021-06-28 11:14:14 +02:00
README.md initial commit 2021-06-28 11:14:14 +02:00
mix.exs add seeding of db 2021-07-01 13:03:34 +02:00
mix.lock initial commit 2021-06-28 11:14:14 +02:00
sunmoon_clothes.csv add seeding of db 2021-07-01 13:03:34 +02:00

README.md

PokemonCouture

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 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more