Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 521 Bytes

README.md

File metadata and controls

36 lines (30 loc) · 521 Bytes

CipherChat_Messenger

Getting Started

Prerequisites

How to run

  1. Clone the repository
git clone https://github.com/simran1002/CipherChat_Messenger.git
  1. Open the project directory
cd Cipher_Messenger
  1. Install dependencies
npm install
  1. Add a .env file to the root directory with the following variables
DB_URI=<MongoDB URI>
PORT=3000
  1. Run the server
npm start

or to run in development mode

npm run dev