Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 709 Bytes

File metadata and controls

34 lines (27 loc) · 709 Bytes

chat-application-with-hate-speech-detection

Visit the chat app

Installation

  1. Clone the repository:

    git clone [repository_url]
  2. Navigate to the root directory and install dependencies:

    cd [root directory]
    npm install
  3. Go to the frontend directory and install frontend dependencies:

    cd [root directory/frontend]
    npm install
  4. Start the application from the root directory:

    cd [root directory]
    npm start
  5. Start the frontend from the root/frontend directory:

    cd [root directory/frontend]
    npm start