Skip to content

Django application service to send crypto price action trigger alerts to users

Notifications You must be signed in to change notification settings

ajinkyajawale14499/crypto-price-action-alerts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crypto-price-action-alerts

Django application service to send crypto price action trigger alerts to users

Steps to run the code

  1. create virtual env

virtualenv venv

  1. activate the virtual env

source venv/bin/activate

  1. install dependencies:

pip install -r requirements.txt

Steps to run docker container

  1. build docker image

docker build -t crypto-price-action-alerts:latest .

  1. run the docker container

docker run crypto-price-action-alerts:latest

About

Django application service to send crypto price action trigger alerts to users

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages