Skip to content

TorhamDev/buy-cryptocurrency

Repository files navigation

Python Django DjangoREST MySQL Docker Swagger

Buy-cryptocurrency

A simple cryptocurrency purchase system :)

Overview

diagram

  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:

# clone the project
git clone https://github.com/TorhamDev/buy-cryptocurrency.git
# or usin ssh
git clone [email protected]:TorhamDev/buy-cryptocurrency.git

cd 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

Licence

About

A simple cryptocurrency purchase system :)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published