Skip to content

A Tinder clone written in Phoenix LiveView using Neo4j

License

Notifications You must be signed in to change notification settings

zvonimirr/swipex

Repository files navigation

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

About

A Tinder clone written in Phoenix LiveView using Neo4j

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published