Skip to content

AWOuellette/SoloSavings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SoloSavings

LOGO

"SoloSavings" is a Personal Budgeting Financial Application designed to help individuals manage their finances more effectively. It provides tools and features to assist users in creating and maintaining a budget, tracking their expenses, and achieving their financial goals. With SoloSavings, users can gain better control over their personal finances and make informed decisions to save, invest, and plan for the future.

Dashboard

Deployment

WIP

Development

To run application in Docker first open docker on pc.

Then navigate to D:\Code\Software Engineering\project-team-2\code\database and run the following Setup-Docker.ps1 -build Setup-Docker.ps1 -start

Next navigate to D:\Code\Software Engineering\project-team-2\code\SoloSavingsApp and run the following Setup-Docker.ps1 -build Setup-Docker.ps1 -start

Then enter the following in your browser http://localhost:8888/solosavings

The API Endpoints available are as followings:

/api/register
/api/login
/api/forget-password
/api/reset-password
/api/transaction/add
/api/transaction/credit
/api/transaction/debit
/api/transaction/history
/api/transaction/monthly/income
/api/transaction/monthly/expense
/api/transaction/analytics/monthly/%7BTRANSACTION_TYPE%7D/%7BYEAR%7D
/api/transaction/delete/%7BTRANSACTION_ID%7D
/api/budgetgoal/add
/api/budgetgoal/delete/%7BBUDGETGOAL_ID%7D
/api/budgetgoal/all

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published