Chat App is a real-time application similar to Slack-chat (very simplified version).
You can try web-version on Railway.
A simplified version of Slack chat. The chat has a system of registration, authorization. The chat has the ability to create channels, change channel names and delete them.
git clone [email protected]:Dmitriy-SP/frontend-project-12.git
make install
run the frontend & backend:
make start
run only frontend:
make start-frontend
run only backend:
make start-backend
- On localhost:3000