It's a simple asset management website where users can list their transactions, analyze their total share of assets and set planning targets for future purchases.
The website was made using -
- HTML, CSS and jQuery in the frontend
- Nodejs-Express in the backend
- MySQL Workbench to design the sql schema
git clone https://github.com/LakshyaSharma207/Finance-Dashboard-InvesTracker.git
To run the project have nodejs installed, open terminal or cmd and navigate to the project 'server' directory. From there run below commands -
npm install
nodemon app.js
Website is served on localhost:3000.
This Website was made for practice only.