Skip to content

groxio-learning/barquinhos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7dc1a23 · Jun 10, 2021
Mar 19, 2021
May 27, 2021
May 27, 2021
Dec 4, 2020
May 14, 2021
Dec 4, 2020
Feb 5, 2021
Jan 15, 2021
Jan 29, 2021
May 27, 2021
Feb 20, 2021
Feb 20, 2021
May 27, 2021

Repository files navigation

Barquinhos

Multiplayer destructive bingo for grownups

Setup

On config folder it has two files called dummy_dev.exs.bkp and dummy_test.exs.bkp. So you should copy and paste and remove the dummy_ prefix and .bkp sufix for each file and make your changes based on your environment configuration.

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