Backend project for chatApp built using Node.js, Express and MongoDB
- NodeJS
- [MongoDB]
git clone --depth 1 https://github.com/pateljanvi03/chatapp-server
cd chatapp-servernpm installcp .env.example .envnpm run devnpm run start# lint code with ESLint
yarn lint
# try to fix ESLint errors
yarn lint:fix
# lint and watch for changes
yarn lint:watch