An application built on NodeJS + ReactJS for the client application, and Django REST as an API to store usernames/passwords and messages.
Basically, this application allows users to share messages on a site wide wall, where messages are sent/received in realtime using the socket.io.
- Users have access to site wide wall
- Users can see wall as guests but cannot post messages
- Users can register a new account, receive a welcome email and login to site
- Loggin users can post messages to site wide wall
- Messages are shown to all users in real time
- Client side: /client-wall-app
- REST API: /rest-wall-app