|
1 | 1 | # **Budget Management Backend API**
|
2 | 2 |
|
3 |
| -Welcome to the **Budget Management API**, a robust backend application designed to manage budgets, expenses, users, orders, notifications, and more. This API integrates cutting-edge technologies and supports advanced features like gRPC, GraphQL, WebSockets, Elasticsearch, PostgreSQL, MySQL, Redis, RabbitMQ, Kafka, and Docker. |
| 3 | +Welcome to the **Budget Management API**, a robust backend application designed to manage budgets, expenses, users, orders, notifications, and more. This API integrates cutting-edge technologies and supports advanced features like **gRPC, GraphQL, WebSockets, Elasticsearch, PostgreSQL, MySQL, Redis, RabbitMQ, Kafka, Docker, and more.** |
| 4 | +Moreover, it also includes a **CLI** tool for interacting with the backend and a comprehensive **Swagger** documentation for testing and exploring the API. |
4 | 5 |
|
5 |
| -Moreover, it also includes a CLI tool for interacting with the backend and a comprehensive Swagger documentation for testing and exploring the API. |
| 6 | +<p align="center"> |
| 7 | + <a href="https://budget-manage-app.vercel.app" target="_blank"> |
| 8 | + <img src="images/logo.png" alt="Budget Management API Logo" style="border-radius: 8px;" width="35%"> |
| 9 | + </a> |
| 10 | +</p> |
6 | 11 |
|
7 |
| -Below is a comprehensive guide to setting up, running, and utilizing this API. |
| 12 | +Below is a _very_ comprehensive guide to setting up, running, and utilizing this API. |
8 | 13 |
|
9 | 14 | ## **Table of Contents**
|
10 | 15 |
|
@@ -46,11 +51,54 @@ The Budget Management API is designed to handle complex budget management requir
|
46 | 51 |
|
47 | 52 | The purpose of this API is to demonstrate the capabilities of modern backend technologies and provide a foundation for building scalable, real-time applications. It can be used as a reference for developers looking to implement similar features in their projects. Simply clone the repository, set up the environment, and start building the frontend or additional functionality on top of the existing API!
|
48 | 53 |
|
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
49 | 97 | ## **Live Deployment**
|
50 | 98 |
|
51 |
| -The Budget Management API is deployed live at [https://budget-management-backend-api.onrender.com](https://budget-management-backend-api.onrender.com). |
| 99 | +The Budget Management API is deployed live at **[https://budget-management-backend-api.onrender.com](https://budget-management-backend-api.onrender.com).** |
52 | 100 |
|
53 |
| -Additionally, the frontend UI is also available, hosted at [https://budget-manage-app.vercel.app](https://budget-manage-app.vercel.app). |
| 101 | +Additionally, a mock frontend UI is also available, hosted at **[https://budget-manage-app.vercel.app](https://budget-manage-app.vercel.app).** |
54 | 102 |
|
55 | 103 | You can access the API and test the endpoints directly from the browser. Feel free to use the API for your own projects or applications. Simply add some attribution to the original repository and the creator. Also, be sure that you use your own credentials and tokens, otherwise your data may clash with mine and other users' data!
|
56 | 104 |
|
|
0 commit comments