Skip to content

A stock tracking app made as part of the coursework for CodeClan. Made with JS, React.

Notifications You must be signed in to change notification settings

Oirien/LoremIpsum_Stock_Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lorem Ipsum stock tracking

This is a react webapp using crud operations to store local stock userdata on a RESTful API via mongodb. We used TwelveData API and FinnHub API for the stock and information in real time. You will need API keys for those yourself if you want to run the app which can be found at the following, https://twelvedata.com/ and https://finnhub.io/ .

L3.mp4
LI2.mp4
LI1.mp4

#To get running

Start by going into the base folder and running

npm install

then:

cd client
npm install
npm run dev

then:

cd ../server
npm install
npm run dev

You will need a mongodb with 2 collections. one of the stock data and the second of user data.

About

A stock tracking app made as part of the coursework for CodeClan. Made with JS, React.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published