A real-time chat application
- Visit https://realtime-chat-phi.vercel.app/
- Login/register using a username and password
- User authentication with JWT
- Persistent user login
- Use search to find other users
- Send messages to other users in realtime
- Edit or delete your messages
- Dark mode
- Docker Desktop
Go to https://docs.docker.com/desktop/ and install Docker Desktop
Run the following two commands to ensure that docker and docker compose are properly installed
docker -v
docker compose version
- Clone the repo
git clone https://github.com/drew18moore/realtime-chat.git
- Navigate to the project's root directory and run the following command
docker compose up
- Type
http://127.0.0.1:4173
into your favorite browser and enjoy!