TRACKIT is an investment tracking app developed by using the MERN stack (MongoDB, ExpressJS, ReactJS & NodeJS) and allows users to track their personal assets such as stocks and cryptocurrencies bringing information to one central dashboard from different public APIs. Currently, the system supports top 50 valuable coins.
You can reach the demo version here: https://trackit-2020.web.app/
Clone down this repository. You will need node and npm installed globally on your machine.
Installation:
1. npm install 2. cd Frontend/client npm install
To Run Test Suite:
npm test
To Start Server:
npm run dev
To Visit App:
localhost:3000
