It will allow user to check different available stocks and let ones to buy or sell stocks (at real-time value). This repo contains code for the website at client and backend. Backend is created using Apollo and deployed to heroku. Frontend is created using React.js and css3. MongoDB is used as Backend
This Invoice Tracker App allows USER to check owned stocks in portfolio. And to perform buy and sell operation.
- Click on + will redirect to stocks page, where user can buy and sell stocks.
- After selecting stocks, user can confirm stocks at confirm stocks button.
- Click on xxxx, will redirect to user portfolio page.
-
To run the frontend locally-
cd client yarn install yarn start
This starts the frontend locally, with the backend using herkou api provided.
-
To run the backend locally-
yarn install node index.js
This starts the backend locally.