An app that provides it users a true sketch of their financial expenses along with providing them financial advices and a tool where they can invest their savings money onto liquid funds through their AMC bank accounts and can earn returns which are high compared to traditional bank FD's and can best the remorse effect of inflation. Newly working section of the society has no idea regarding how and how much to spend so we provide them a group of basic goals like housing,car,rent,travel,medical expenses, savings etc... and how they can achieve them and for that what percentage of income should they utilize in each of these goals as its EMI or downpayment.
1.Abhishek Kurian
2.Adithya Ajith
3.Sanosh Jacob
4.Achyuth Mohan
https://submission-template.pages.dev/
- Landing page of the website contains a guide which the users can read to get an idea on how to use this app.
- In the landing page it contains a discussion board where we will be able to see the opinios of people on various topics related to finance. So the users can have a glance through them and get to know the imporatnce of various aspects.
- We have another page where it contains the details regarding the car loans and EMIs that the user can afford with his income and savings.It will be displayed in a filtered manner
- we will be having an authentication system which can help us to get the user data for calkculating his financial stability. https://www.youtube.com/watch?v=HZwtsLt1YO8
- Clone this repository.
- cd into 'backend' folder.
cd backend
- Run the command
pip install -r requirements.txt
python manage.py runserver
- Now open frontend folder in a new window.
cd ..
cd frontend
- Run the command:
npm install
npm start