Skip to content

vinibgoulart/crypto-alert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crypto-alert

This is a monorepo to manage the crypto-alert project.

Crypto alert is a project that aims to provide a simple way to monitor the price of cryptocurrencies and send alerts when the price reaches a certain threshold.

Notification services

  • Email (working)
  • SMS (not implemented yet)
  • Push notification (not implemented yet)

Running the project

# Install dependencies
yarn install

Backend

All backend services

# Run all backend services
yarn be:all

Worker

# Run backend worker
yarn be:worker

Scheduler

# Run backend scheduler
yarn be:scheduler

Api

# Run backend api
yarn be:api

Frontend

Mobile IOS

# Run mobile ios
yarn fe:mobile:ios

Releases

No releases published

Packages

No packages published