Skip to content

MessageApp is a web application that is used for p2p messaging.

Notifications You must be signed in to change notification settings

martinontcode/MessageApp

Repository files navigation

MessageApp - Angular messaging application

A simple Angular messaging application, developed for study/showcase. This project was generated with Angular CLI version 9.1.7.

Description

ChatBuzz is a web application that is used for p2p messaging, it features the following functions:

  • Chat management feature - [DONE]
  • Messages feature - [DONE]
  • User management feature - [DONE]
  • Firebase database (Currently In-Memory Data Service) - [WIP]
  • User and chat relation - [WIP]

This application is developed by following Angular framework best practices. All features are broken into seperate components(or child components), data fetching is done by injecting services and data models are seperated to model files. All cross component communication is done via services or events.

Schema (To be updated)

Schema Picture

Requirements

  • Angular@9.1.12
  • Bootstrap@4.5.2
  • jQuery@3.5.1
  • popper.js@1.16.1
  • Firebase@^7.13.1

Screenshots

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

About

MessageApp is a web application that is used for p2p messaging.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published