Crypto Price Tracker is an API which allows users to set alerts on certain crypto tokens. It sends email notification to the user when the price of the token hits a certain trigger value.
Create your own copy of the project on GitHub. You can do this by clicking the Fork button on the top right corner of the landing page of the repository.
Note: For this you need to install git on your machine
$ git clone /~https://github.com/<YOUR_GITHUB_USER_NAME>/Crypto-Price-Tracker
where YOUR_GITHUB_USER_NAME is your GitHub handle.
Add environment variables
DB_PASSWORD: <POSTGRES PASSWORD>
REDIS_PASSWORD: <REDIS PASSWORD>
JWT_SECRET: <JWT SECRET>
EMAIL_ID: <EMAIL ID>
EMAIL_PASSWORD: <PASSWORD>
Note: Directions to generate email password
$ docker-compose up -d --build
Note: For this you need to install docker on your machine
Postman docs link: https://documenter.getpostman.com/view/13627665/2s8YzUwgMu