Skip to content

Esaban17/ChatApp

Repository files navigation

ChatApp

This is a real-time chat application built with Angular.

Features

  • User Registration and Authentication
  • Real-time one-on-one messaging
  • View user profiles
  • Contact list management
  • Modern and responsive user interface

Technology Stack

Getting Started

To get a local copy up and running, follow these simple steps.

Prerequisites

Backend Server

This is a frontend application and requires a running backend server to function. You can find the backend repository here (replace with the actual link). Please follow the instructions in the backend repository's README to set it up and run it before starting the frontend application.

Installation

  1. Clone the repo
    git clone https://github.com/your_username/chat-app.git
  2. Navigate to the project directory
    cd chat-app
  3. Install NPM packages
    npm install

Running the Application

After installing the dependencies, you can start the development server:

npm start

This will run the app in development mode. Open http://localhost:4200 to view it in the browser. The app will automatically reload if you change any of the source files.

Build

To build the project for production, run:

npm run build

The build artifacts will be stored in the dist/ directory.

Running Tests

To execute the unit tests via Karma, run:

npm test

To execute the end-to-end tests via Protractor, run:

npm run e2e

About

Aplicación de Chat creada con Angular 10

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors