Skip to content

Commit b9f6372

Browse files
author
yashksaini-coder
committed
docs: update README to enhance project description and add tech stack details
1 parent a855be1 commit b9f6372

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

README.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
11
[![Keep Backend Active](https://github.com/yashksaini-coder/investo-server/actions/workflows/ping.yml/badge.svg)](https://github.com/yashksaini-coder/investo-server/actions/workflows/ping.yml)
22

3-
The Web API service to fetch financial query data from users and other different aspects. Used in the **[Investo-glow](https://github.com/yashksaini-coder/investo-glow)** project.
3+
This repo is the Backend Server for the **[Investo-glow](https://github.com/yashksaini-coder/investo-glow)** project. It is a REST API server built using FastAPI and Agno AI. 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.
4+
5+
6+
## Tech Stack
7+
8+
<table>
9+
<tr>
10+
<td><img src="https://skillicons.dev/icons?i=fastapi" height=24></td>
11+
<td>FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints.</td>
12+
</tr>
13+
<tr>
14+
<td><img src="https://avatars.githubusercontent.com/u/104874993?s=24&v=4"></td>
15+
<td>Agno is a lightweight library for building multi-modal Agents.
16+
</td>
17+
</tr>
18+
<tr>
19+
<td><img src="https://github.com/user-attachments/assets/d7439975-103a-4251-a341-1758729f0ab6" height=24></td>
20+
<td>Render is a cloud provider that makes deploying your code as easy as deploying to localhost. You can deploy anything that runs on a single port.</td>
21+
</tr>
22+
<tr>
23+
<td><img src="https://skillicons.dev/icons?i=docker" height=24></td>
24+
<td>Docker is a set of platform as a service products that use OS-level virtualization to deliver software in packages called containers</td>
25+
</tr>
26+
</table>

0 commit comments

Comments
 (0)