/Fabour

Hello github :)

Primary LanguageJavaScript

Fabour: Personal Symfony 4 Project

This projects started off as a websockets playgoround, i was just trying to understand how everything works, everntually i found myself working on kind of a larger project with more structure.

This project contains:

  • GosWebSockets (Which uses Ratchet)
  • AMQP (Sending messages)
  • Vuejs (Reactive parts of the application)
  • TinyMCE (editor)
  • Imagine (Images manipulation)
  • UUidEncode (HashIds)

Login page

Login Page

Home page

Home Page

Profile page

Profile Page

Category page

Category Page

Conversation page

Conversation Page

New friend request page

New friend request  Page

Accepted requested Notification (Realtime notification)

Bottom right

Accepted requested Notification (Realtime notification) Page

GOS Server running.

GOS required that you use the address 127.0.0.1 instead of localhost, otherwise the user will always be authenticated anonymously and not tokens are generated.

GOS Server Page