/Helper

Client and server for Helper

Primary LanguageTypeScriptMIT LicenseMIT

Helper Project

This project consists of a client, server, and Python components.

Project Structure

  • /client: Contains the frontend code
  • /server: Contains the backend server code
  • /: Root directory contains Python scripts and configuration files
  • @conf.py: Python configuration script that sets up the Python environment

Getting Started

Follow these steps to set up the project on your local machine:

  1. Clone the repository:

    git clone https://github.com/eldrgeek/Helper.git
    cd Helper
    
  2. Run the setup script:

    chmod +x setup.sh
    ./setup.sh
    

    This script will install all necessary dependencies for the client and server components, set up a Python virtual environment, and run the Python configuration script.

  3. Start the server:

    npm run start:server
    

Additional Information