aceace001 / SE-Spring2022

1 stars 1 forks source link

Final product - Combined frontend and backend with functionalities including login/register, post and view tweets, real time chat between multiple users. #23

Open aceace001 opened 2 years ago

aceace001 commented 2 years ago

Combined frontend and backend with functionalities including login/register, post and view tweets, and real-time chatting between multiple users. Users can now register and login with the same username and password, post any texts on the web page for all other users to see, and have real-time public chatting with any user who joined the session while seeing their login and logout status.

However, in order to make the project work fully, two backends (folder "backend" and "backend-Chat") need to be run seperatly at the same time. "backend" has the functionality that enables the users to login, register, and post their tweets, "backend-Chat" is used to allow real-time chatting.