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

https://github.com/bitbravo/angular5-chat

This is a chatapp using angular5 + node + mongodb
https://github.com/bitbravo/angular5-chat

angular5 mongodb nodejs

Last synced: 2 months ago
JSON representation

This is a chatapp using angular5 + node + mongodb

Awesome Lists containing this project

README

          

# Angular 5 Chat App

A web application that allows users to send message via team channels like slack. This app is built by ReactJS.

Backend:

* Node.js
* Express.js
* MongoDB

Frontend:

* Angular5.js

## Prerequisites

You will need the following resources properly installed on the machine.

* [Git](https://git-scm.com)
* [Node.js](https://nodejs.org) (with NPM)
* [MongoDB](https://www.mongodb.com)

## Getting Started

```bash
# Install the dependencies.
$ cd .
$ npm install

### Run the App

```bash
Open a terminal in the project folder and run the following commands
$ cd .
$ npm start

By default, you can visit the API in your web browser at `http://localhost:4000`

And you can access the frontend by visiting [http://localhost:4200]