Skip to content

PowellT/chatgpt-fastapi-react

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI server with ChatGPT + ReactJS Frontend

Article about the project can be found here.

Installation

Install Python dependencies:
pip install -r requirements.txt
Install JavaScript dependencies:

First:

cd client

Then:

npm install

Run

Run the server:
uvicorn main:app --reload --port 8000
Run the client:

First:

cd client

Then:

npm start

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 63.2%
  • JavaScript 17.9%
  • CSS 5.7%
  • Python 5.7%
  • HTML 4.2%
  • Batchfile 3.3%