Skip to content

KhoiUna/chekchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChekChat | The open-sourced app for assigning tasks

Live demo

Live demo

Tech stack

  • Front-end: NextJS, Material UI, Vercel
  • Back-end: NodeJS Express, MongoDB, Heroku

Instructions

  1. cd client && pnpm i and cd server && pnpm i to install dependencies.
  2. cd client && cp .sample.env.local .env.local then change the values.
  3. cd server && cp .sample.env .env then change the values.
  4. ./clienton.sh and ./serveron.sh to start the development NextJS and Express server respectively.

Docs: