Note
Main Backend server hosted on Render. It is a REST API server built using FastAPI and Agno. It is hosted on Render. The server is responsible for handling all the requests from the frontend and processing them. It also interacts with the Agno AI to get the predictions for the stock prices.
The backend server can be locally deployed using Docker. Use the following command to build and run the server:
- Build the Docker image
docker-compose build
- Run the Docker container
docker-compose up
- Access the server
http://localhost:8000/
The API documentation is available at the following URL:
http://localhost:8000/docs
This documentation provides a detailed overview of all the available endpoints, including their request and response formats. You can also test the endpoints directly from the documentation.
You can test the API using Postman or any other API testing tool. The following endpoints are available:
- /chat
- /agent
- /stock
- /stock-analysis
- /stock-news
- /top-stocks
🌟 If you find this project helpful, please give it a star on GitHub! 🌟