Skip to content

Darahaas2001/turing-hall-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Turing Hall Backend

Welcome to the Turing Hall Backend project! This Node.js application serves as the backend for the Turing Hall application and includes IPC functionality with a Python script. This README provides instructions on how to set up and run the project effectively.

Prerequisites

Before you get started, make sure you have the following prerequisites installed on your system:

Getting Started

  1. Clone this repository to your local machine:

    git clone https://github.com/Darahaas2001/turing-hall-backend.git
  2. Navigate to the project directory:

    cd turing-hall-backend
  3. Install Python dependencies using pip and set up a virtual environment (recommended):

    python3 -m venv venv
    source venv/bin/activate
    pip install -r requirements.txt
  4. Install Node.js dependencies using Yarn:

    yarn install
  5. Start the application using the following command:

    python3 ipc.py & yarn start
  6. The WebSocket will be activated, providing IPC functionality to Node.js and Python to respond to messages on the frontend using AIML.

Frontend Code

The code for the frontend is available at Turing Hall Frontend Repository. Make sure to set up and configure the frontend to work seamlessly with this backend.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors