Skip to content

nir1r7/chatbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Name

Full-stack chat application using Next.js and FastAPI.

Structure

  • /frontend - Next.js frontend application
  • /backend - FastAPI backend application

Setup Instructions

Backend

  1. Create virtual environment
cd backend
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
pip install -r requirements.txt
  1. Copy .env.example to .env and configure environment variables

  2. Start the backend server

uvicorn app.main:app --reload

Frontend

  1. Install dependencies
cd frontend
npm install
  1. Start the development server
npm run dev

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors