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
- Host: GitHub
- URL: https://github.com/sixtusagbo/argent-de-niro
- Owner: sixtusagbo
- Created: 2023-12-12T09:29:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-30T14:02:28.000Z (over 1 year ago)
- Last Synced: 2025-04-09T03:35:34.345Z (about 1 year ago)
- Topics: flask, full-stack, python, react, rest-api
- Language: JavaScript
- Homepage:
- Size: 624 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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