An open API service indexing awesome lists of open source software.

https://github.com/rachhen/chatapp-mongodb


https://github.com/rachhen/chatapp-mongodb

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Nodejs chatapp with MongoDB

> This app using some REST API get data chat from database. This app using socket.io for real time server and express for REST API. Also, authentication using passport.js.

## Usage

To run an application, you need to rename `.env.example` to `.env` and update value settings for your own.

## Install Dependencies

```
npm install
```

## Run in dev mode

```
npm run dev
```

## Run in prod mode

```
npm start
```