Skip to content

muturipeter/pawaIT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pawaIT

#Instructions written by:Peter Muturi Wairimu

Deployment Guide

Backend (FastAPI)

  1. Create a Render.com account.
  2. Create a new Web Service.
  3. Point it to backend/ folder.
  4. Add a build command: pip install -r requirements.txt
  5. Start command: uvicorn app.main:app --host 0.0.0.0 --port 8000
  6. Add environment variable:
    • OPENAI_API_KEY=your_key_here

Frontend (Next.js)

  1. Make sure tailwindcss is installed.
  2. Set your API URL in ChatBox.tsx to your live Render API.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors