Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 735 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 735 Bytes

Swipex

A simple Tinder-like clone written in Phoenix LiveView and using Neo4j.

Note: This project is still in development. It is not yet ready for production and is likely to have bugs and missing features.

Swipex

Development

Run docker-compose up -d to start the Neo4j database.

Run mix deps.get && mix deps.compile to install dependencies.

Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Work to be done

  • Add user registration and authentication
  • Basic like/dislike functionality
  • Live chat with matches
  • Add tests
  • Hash passwords
  • Improve UI/UX