Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 779 Bytes

README.md

File metadata and controls

57 lines (39 loc) · 779 Bytes

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