This all-in-one financial app allows users to track their own personal finances and NEPSE market data. Additionally, it is supported for posting and reading articles online. User can see the financial articles that are posted by other user and can post themselves too.
Clone the project
git clone https://github.com/life-simulator10/MoneyMap-2022.git
Go to the project directory
cd client
Run the server on backend
cd server
npm start
Install dependencies and on client side
npm install
npm run dev