Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 568 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 568 Bytes

TinderClone

Summary:

  • You will be asked to register in order to access the main lobby chat.

  • Mark other users as favorites. When both of you like each other then a private chat will be created.

  • Only a matched pair has access to this chat.

Setup

To start your Phoenix app:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Install Node.js dependencies with npm install
  • Run mix ecto.create and mix ecto.migrate
  • Start Phoenix endpoint with mix phoenix.server