Listen to live radio, chat with other users, create tasks and stay focused with the Pomodoro technique all in one place. Increase your productivity and enjoy the best music and company with our platform.
- Experiment monorepos with PNPM Workspace
- Learn how to deploy to Fly.io
- Front-End
- Learn Framer Motion
- Learn Socket.IO
- Practice React
- Practice Tailwind CSS
- Practice Zustand
- Practice React Query
- Back-End
-
Clone the repo
git clone [email protected]:joaom00/chat.git cd chat -
Install dependencies
pnpm install -
Start the Postgres Database in Docker
pnpm run docker -
Run initial setup
pnpm run setup -
Run web and api applications
pnpm run dev
Web will be running on port 3000 and API on 3333