Skip to content

petarzarkov/stock-data

Repository files navigation

Showcase

Stock Data

App and API

Build status License

Stack

pnpm ViteJS ChakraUI React JavaScript Typescript Fastify Sequelize NodeJS Docker Github Visual Studio Code ESLint

Development

  • npm i -g pnpm
  • Setup DB
    • with docker compose, from root dir run, tomato
      • docker-compose up
    • or with docker container, tamato
      • build the image
        • docker build -f db.Dockerfile -t stock-data-db:local .
      • run it
        • docker container run -d -p 5445:5445 stock-data-db:local
    • Migrate and seed the db
      • pnpm install
      • npm run db:update
  • Start the service
    • npm start

About

stores the price history of a share sold on the stock market during some time period

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published