/Lucy-Frontend

Front-end code for a NLP Powered Chatbot (3rd year project) written in Javascript using React library. You can access the chatbot using this web interface. Note: Firstly, you have to ensure that Lucy backend server is up and running in your machine.

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

Lucy: A NLP Powered Chatbot

Front-end code for an NLP Powered Chatbot (3rd year project) written in Javascript using React library. You can access the chatbot using this web interface.

Note: Firstly, you have to ensure that Lucy's backend server is up and running on your machine. You can access the Lucy backend by clicking here.


Table of Contents

  1. Installation
  2. Running Frontend

1. Installation

i. Locally

  1. Clone the repo

  2. Install all the dependencies.

   yarn install
  1. Run the app
   yarn start

ii. Using Docker

  1. Clone the repo

  2. Install docker

  3. Run

    docker compose up

2. Running Frontend

  • You can see the frontend of the Lucy on http://localhost:3000
  • You can access the admin page by login using the following login credentials:
    • email: admin@admin.com
    • password: admin123