alecc08 / stock-tracker

NodeJS stock tracker. Read historical stock data from an API to store in local DB. Offer API to integrate data into a dashboard
MIT License
18 stars 4 forks source link

Use ORM lib to help with db access. #10

Open alecc08 opened 6 years ago

alecc08 commented 6 years ago

Perhaps use sequelize: http://docs.sequelizejs.com/

alecc08 commented 6 years ago

Sequelize seems like the best option. Will convert existing code to use it

alecc08 commented 6 years ago

Almost done. Most major features are now working