An open API service indexing awesome lists of open source software.

https://github.com/sixtusagbo/argent-de-niro

Personal Finance App
https://github.com/sixtusagbo/argent-de-niro

flask full-stack python react rest-api

Last synced: 4 months ago
JSON representation

Personal Finance App

Awesome Lists containing this project

README

          

# argent-de-niro

Personal Finance Management Application that helps you track expenses, set budgets, and achieve financial goals.

## Project Structure

- `/api` - Flask-based (Python) REST API backend
- `/web` - Frontend web application with React and Tailwind CSS

## Technology Stack

### Backend

- Flask (Python) REST API
- JWT Authentication
- MongoDB Database

### Frontend

- React
- TailwindCSS
- Vite

## Getting Started

1. Clone the repository:
```sh
git clone https://github.com/sixtusagbo/argent-de-niro
```
2. Set up the API backend - [API Setup Instructions](./api/README.md)
3. Set up the web frontend - [Web Setup Instructions](./web/README.md)

## Contributing

1. Fork the repository
2. Create a new branch
3. Make your changes
4. Submit a pull request