Skip to content

Kaushal-Dhungel/money_tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Income Expense Tracker

This is an application for tracking your Expenses and Incomes. You can also create your to-buy list and manage expenses effectively.

Visit app here

Features

-One can keep records of his/her expenses and incomes.

-See all the data in bar chart and pie chart as well as in Tabular form.

-Update/Edit/Delete the data if necessary.

-Search for the expenses/income between specific time frame.

-Make a to-buy wish list and prioritise his/her expenses.

Set Up Instructions

  1. Clone the repo.
$ git clone https://github.com/Kaushal-Dhungel/money_tracker.git
  1. Install the dependencies
$ pip install -r requirements.txt
  1. Create .env file and copy details from env.txt files
$ cp env.txt .env
  1. Start the backend server(if you wish to run frontend and backend separately) else SKIP this.
$ python3 manage.py runserver
  1. Open new terminal. If vscode press:-
$ ctrl+ shift+ `
  1. Go to react-frontend directory.
$ cd react-frontend
  1. Install npm dependencies
$ npm i
  1. Run step 3 again

  2. Start the frontend server(if you wish to run frontend and backend separately).

$ npm start
  1. Else run, this will automatically create the build folder in the django's directory (no need to move manually) and execute step 4.
$ npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published