- Test users:
- Email: [email protected] — Password: John123456
- Email: [email protected] — Password: Jane123456
- Email: [email protected] — Password: Ben1234567
- Email: [email protected] — Password: Tom1234567
- Front-end: NextJS, Material UI, Vercel
- Back-end: NodeJS Express, MongoDB, Heroku
cd client && pnpm i
andcd 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.