Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 783 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 783 Bytes

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:
    git clone https://github.com/sixtusagbo/argent-de-niro
  2. Set up the API backend - API Setup Instructions
  3. Set up the web frontend - Web Setup Instructions

Contributing

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