-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Working submission of Krypto hackathon, - Listening to Websockets for…
… supported crypto channels - Adding to queue for every trigger price reached in rabbitMQ - Setting up consumer end in the rabbit MQ queue - Connected to postgresql db with 2 schemas (users, alerts) - Support of API endpoints for authentication to Creating alerts, to deleting alerts to fetching alerts with filters. - Uses Dependency Injection for checking auth in Restricted API endpoints ; .
- Loading branch information
Showing
8 changed files
with
243 additions
and
223 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,24 @@ | ||
# krypto-backend-alerttool | ||
|
||
Creating a price alert application that triggers an email when the user’s target price is | ||
achieved. | ||
By :- V Surya Kumar (19BCE10286) | ||
|
||
## INSTALLATION | ||
Pull the repository and Check out all the files in your local directory. | ||
|
||
Follow the below steps to make it run: | ||
|
||
### 1. Setting up database | ||
|
||
1. | ||
|
||
|
||
### 2. Setting up RabbitMQ (using docker) | ||
|
||
|
||
### 3. Getting API key for Binance Websockets | ||
|
||
|
||
### 4. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.