Skip to content
This repository has been archived by the owner on Jun 20, 2021. It is now read-only.
/ chat Public archive

Chat is the front-end of applications that contains both screen functions, such as sending messages and the visualization of the emotions within a robot, as well as the API calls and it's integrations.

License

Notifications You must be signed in to change notification settings

enbot/chat

Repository files navigation

Chat

Chat is the front-end of applications that contains both screen functions, such as sending messages and the visualization of the emotions within a robot, as well as the API calls and it's integrations. This project was generated with Angular CLI version 10.0.1.

Requirements

For this application basic node and angular setup is necessary:

  • node: 12.8.2 or similar.
  • npm: 6.14.5 or similar;
  • angular: 10.0.1 or greater.

Installation

Use the package manager npm to install the application dependencies:

npm install

Usage

Run the angular serve script to start the application locally:

ng serve --open

You can also call the npm start alias:

npm start

Build

To generate a bundle of this project you can use the angular build command:

ng build --prod=true --aot=true

As always, a npm alias can be called to simplify this process:

npm run build

Contributing

This application is part of a undergraduate thesis, and the projects will be read-only after they are completed. Unfortunately, no contributions will be accepted.

License

The project code is under MIT license, except for the used dataset that is under CC BY-SA 4.0.

About

Chat is the front-end of applications that contains both screen functions, such as sending messages and the visualization of the emotions within a robot, as well as the API calls and it's integrations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published