8000 GitHub - Canting9/FrontendChatbot
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Canting9/FrontendChatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EduChatbot

Prerequisites

Before you begin, ensure you have the following installed on your system:

Node.js (at least version 12)
npm (usually comes with Node.js)
Git (for version control)

Setting Up the Server

Navigate to the server directory from the root of the project:

cd server

Install the necessary packages using npm:

npm install

Starting the Server

Once the dependencies are installed, you can start the server with:

node index.js

The server should now be running on http://localhost:4000 (or the port you specified in your .env file).

Setting Up the Client

Open a new terminal tab or window, navigate back to the root directory of your project, and then to the client directory:

cd ../client

Install the necessary packages using npm:

npm install

Starting the Client

Once the dependencies are installed, you can start the client with:

npm start

This should open the chat application in your default web browser. If it doesn't, you can manually navigate to http://localhost:3000 in your browser.

Using the Application

Make sure both client and server is running. You only need one client instance running. Just open multiple tabs if you wish to use multiple clients. Enter a username on the client's login screen to start chatting.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  
0