servatj / divance-btc-alert-service

This service will be one of the services for a new BTC alert management system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Service for alert BTC management

All Contributors

This is a repo for creating a service that monitors BTC prize and create alerts. This repor is still working in progress this is the service that will manage alerts for users. Those users will be manage by a small auth service that will create the users and dispatch access token when login in order to get the basic info of the user so he can manage those alerts.

Probably another piece will be needed and this architecture is mean to be create in AWS so probably SQS support will be added in the future.

You will be able to find divance-btc-alert-front soon in the divance-crypto organization will be a nextjs with SSR and tailwind css for registering a user , login show the BTC price and and also the auth is comming this week and will be a project really similar to this one divance-btc-alert-auth

image

Setup

npm install

Run prisma

npx prisma migrate dev --name "init"
npx prisma db seed

Run

npm run start

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Josep Servat

🚇

This project follows the all-contributors specification. Contributions of any kind welcome!

About

This service will be one of the services for a new BTC alert management system.


Languages

Language:TypeScript 92.9%Language:JavaScript 7.1%