ChekChat | The open-sourced app for assigning tasks Live demo Live demo Test users: Email: john@example.com — Password: John123456 Email: jane@example.com — Password: Jane123456 Email: ben@example.com — Password: Ben1234567 Email: tom@example.com — Password: Tom1234567 Tech stack Front-end: NextJS, Material UI, Vercel Back-end: NodeJS Express, MongoDB, Heroku Instructions cd client && pnpm i and cd server && pnpm i to install dependencies. cd client && cp .sample.env.local .env.local then change the values. cd server && cp .sample.env .env then change the values. ./clienton.sh and ./serveron.sh to start the development NextJS and Express server respectively. Docs: MongoDB's doc