https://github.com/torhamdev/buy-cryptocurrency
A simple cryptocurrency purchase system :)
https://github.com/torhamdev/buy-cryptocurrency
celery cryptocurrency django django-rest-framework docker docker-compose python3
Last synced: 3 months ago
JSON representation
A simple cryptocurrency purchase system :)
- Host: GitHub
- URL: https://github.com/torhamdev/buy-cryptocurrency
- Owner: TorhamDev
- License: mit
- Created: 2023-08-03T05:15:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-06T08:04:38.000Z (almost 2 years ago)
- Last Synced: 2025-03-26T17:47:51.325Z (4 months ago)
- Topics: celery, cryptocurrency, django, django-rest-framework, docker, docker-compose, python3
- Language: Python
- Homepage:
- Size: 149 KB
- Stars: 14
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README





# Buy-cryptocurrency
A simple cryptocurrency purchase system :)### Overview
1. The user sends a purchase request for any digital currency
2. We process the purchase request and then add the event to redis
3. A 30-second task takes the events inside Redis and processes and exchanges them.
4. Then it deletes the exchanged events from redis.## How To Run?
**Note**: *You need to have `docker` and `docker-compose` installed.*Then just run the following commands:
```bash
# clone the project
git clone https://github.com/TorhamDev/buy-cryptocurrency.git
# or usin ssh
git clone [email protected]:TorhamDev/buy-cryptocurrency.gitcd buy-cryptocurrency
# run project with docker and docker-compose
docker-compose up -d# enjoy :)
```
## Document
**To see the project document, after running it, go to the `/redoc` or `/docs` path and view the document**## License
[](./LICENSE)