Expenses Tracker is a web application designed to help users manage their expenses effectively. It provides a simple and intuitive interface for users to track their spending habits and analyze their financial data. The application consists of a backend written in Rust using Axum framework for handling HTTP requests, Shuttle for deployment, and a frontend written in React library. The database used is SurrealDB, providing fast and reliable data storage.
-
Backend
- Rust: A fast and reliable programming language.
- Axum: A web framework built with Tokio and Tower.
- SurrealDB: A high-performance database for storing data.
- Shuttle: A deployment tool for seamless deployment of Rust applications.
-
Frontend
- React: A popular JavaScript library for building user interfaces.
- Tailwind CSS: A utility-first CSS framework for rapidly building custom user interfaces.
- Axios: A promise-based HTTP client for making requests from the browser and Node.js.
This project is licensed under the MIT License - see the LICENSE file for details.