Coder Social home page Coder Social logo

cashsense's Introduction

CASHSENSE

Your Ultimate Expense Tracking Companion

Cashsense is a full-fledged web application built to help users manage their spending by tracking budgets and expenses. Users can create an account, set budgets, and add expenses to gain insights into their financial activities over a specific duration.

Features

  • User Authentication: Secure user registration, login, and logout functionalities.
  • Budget Management: Create, edit, and delete budgets to plan and organize spending.
  • Expense Tracking: Add, edit, and delete expenses associated with specific budgets.
  • Dashboard: Visualize and analyze budget-related data on the user dashboard.

Technologies Used

  • Backend:

    • Flask: A lightweight web application framework in Python.
    • Flask-RESTful: Extension for building REST APIs with Flask.
    • MySQL: Relational Database Management System (RDBMS)
  • Frontend:

    • HTML, CSS, JavaScript: Building the user interface.
    • Flask for routing on the frontend.

Getting Started

To run the application locally, follow these steps:

# Clone the repository
git clone https://github.com/zibxto/cashsense.git
cd cashsense

# Install dependencies for both frontend and backend
pip install -r requirements.txt

# Set up environment variables
# Create a .env file and configure the necessary variables (e.g., BACKEND_URL, SECRET_KEY and SQLALCHEMY_DATABASE_URI)

# Run frontend application
flask run -p 3000 -h localhost -e development -a frontend.run

# Run backend application
flask run -p 5000 -h localhost -e development -a backend.app

Contributors

Special thanks to the contributors who have helped make this project better!

cashsense's People

Contributors

amajai avatar zibxto avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.