Skip to content

pateljanvi03/chatapp-server

Repository files navigation

chatApp Server

Backend project for chatApp built using Node.js, Express and MongoDB

Requirements

Getting Started

Clone the repo and make it yours:

git clone --depth 1 https://github.com/pateljanvi03/chatapp-server
cd chatapp-server

Install dependencies:

npm install

Set environment variables:

cp .env.example .env

Running Locally

npm run dev

Running in Production

npm run start

Lint

# lint code with ESLint
yarn lint

# try to fix ESLint errors
yarn lint:fix

# lint and watch for changes
yarn lint:watch

Boilerplate Used from

License

MIT License - Janvi Patel

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors