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
- Host: GitHub
- URL: https://github.com/bitbravo/angular5-chat
- Owner: BitBravo
- Created: 2018-04-23T01:28:01.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-23T01:39:09.000Z (about 8 years ago)
- Last Synced: 2025-02-21T20:36:43.865Z (over 1 year ago)
- Topics: angular5, mongodb, nodejs
- Language: TypeScript
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]