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
- build the image
- Migrate and seed the db
pnpm install
npm run db:update
- with docker compose, from root dir run, tomato
- Start the service
npm start
-
Notifications
You must be signed in to change notification settings - Fork 0
stores the price history of a share sold on the stock market during some time period
License
petarzarkov/stock-data
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published