Skip to content

normanwongcl/current-bitcoin-price-data-scrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dashboard UI

Prerequisite

  1. Make sure you have the following installed on your machine:
    • docker
    • node

To run this project in docker

docker compose up -d 
docker compose watch

Open http://localhost:3000 with your browser to see the result.

View data model

npx prisma studio

View data model in web browser on localhost:5555

You can also verify it in mysql workbench in 127.0.0.1:3306

Run unit test

npm run test

Run integration test

npx playwright test

Cron Job API

Cron Job API

Crypto Price API

Crypto Price API

Architecture

See architecture.md for details.

About

Simple Web Dashboard to store and display bitcoin price history

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published