Skip to content

maxwalks/ChatApp

Repository files navigation

NodeJs, ExpressJS, JWT and MongoDB chatapp

image

Create .env file

Create a .env file to store your credentials. Example below:

MONGODB_URI = mongodb+srv://<username>:<password>@cluster0.xxxxxxxxx.mongodb.net/?retryWrites=true&w=majority&appName=Cluster0
SESSION_KEY = secretkey

Installation

To install and run this project - install dependencies using npm and then start your server:

$ npm install
$ npm run dev

Releases

No releases published

Packages

No packages published