Repository files navigation
Ensure you have Docker and Docker Compose installed.
For local development, ensure Node.js and Python 3.12 are installed.
Build and start the Docker container:
Access the frontend at http://localhost:3000.
Access the backend at http://localhost:4000.
Navigate to the ai-chatbot directory.
Install dependencies:
Start the development server:
Access the frontend at http://localhost:3000.
Navigate to the backend directory.
Create and activate a virtual environment:
python3.12 -m venv venv
source venv/bin/activate
Install dependencies:
pip install -r requirements.txt
Start the FastAPI server:
uvicorn main:app --host 0.0.0.0 --port 4000 --reload
The backend will be available at http://localhost:4000.
Ensure to configure the .env files for both frontend and backend with necessary environment variables.
To run database migrations, use:
Ensure all services are up and running before accessing the application.
Adjust any configurations as necessary in the .env files.
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Languages
TypeScript
76.3%
Python
18.2%
JavaScript
3.7%
CSS
1.7%
Dockerfile
0.1%
You can’t perform that action at this time.