Skip to content

CheliM7/043_ChatGPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

187 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Prerequisites

Frontend

The frontend is built with React, and yarn as the package manager.

Installation

  1. Navigate to the frontend directory:

    cd frontend
  2. Install dependencies

    yarn install
    
  3. Start the development server

    yarn dev
    

Backend

This is the backend component It is built using Flask and serves as an API to handle requests

Installation

  1. Navigate to the backend directory:

    cd backend
  2. Create and activate a virtual environment

    python -m venv env
    .env\Scripts\activate
    
  3. Install the required packages

    pip install -r requirements.txt
    
  4. Start the Backend Server

    flask run --debug

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors