theromilshah / cop-time-server

SIH2020 Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CopTimeServer

CoptimeServer is a real-time chat application backend, initially developed for SIH2020.

Getting Started

  1. Fork and clone this repository to your local machine.
  2. Ensure node.js is installed by running node --version.
  3. Ensure mongodb is installed by running mongod --version.
  4. Ensure yarn is installed by running yarn --version.
  5. Open the terminal and traverse to this folder.
  6. Change the database path in package.json - scripts - db.
  7. Run yarn install to install all the dependencies required for this project.
  8. Once the dependencies are installed, run yarn db.
  9. Once database connection is successfully established, run yarn start, in another terminal.

About

SIH2020 Project


Languages

Language:JavaScript 100.0%