Skip to content

The-Cookies-Team/Realtime-Chat-App-Portal-Web

Repository files navigation

PORTAL - Zalo UTE

This project serves as the user portal for the Zalo UTE application. The portal provides access to various features and functionalities for users. For the backend API repository that powers the portal, refer to the link below:

API Repository: Zalo UTE API


Installation

To install the dependencies for the project, run the following command:

npm install

Usage

Setting constant variables

  1. Open the file located at src/types/constants.ts
  2. Update the remoteUrl variable to point to your API's URL.

Example:

const remoteUrl = "http://localhost:7979";

Starting the application

First build the project

npm run build

And start it

npm start

Your application will be accessible from localhost:3000