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.
- Email (working)
- SMS (not implemented yet)
- Push notification (not implemented yet)
# Install dependencies
yarn install
# Run all backend services
yarn be:all
# Run backend worker
yarn be:worker
# Run backend scheduler
yarn be:scheduler
# Run backend api
yarn be:api
# Run mobile ios
yarn fe:mobile:ios