This is a simple Web app in django and bootstrap which uses plotly to create figures of crypto assets. It uses Coingecko public API to get real-time data.
To run the project, simply install packages in requirements.txt in your active venv:
pip install -r requirements.txt
Then run the project using django commands:
python manage.py runserver
Notice that The server is running localhost and DEBUG is True.
- real-time data
- market overview and market cap map.
- price and price change data
- searching
- test cases
- python
- django
- plotly
- bootstrap
- html & css
This project is licensed under the MIT License. You are free to modify and distribute the project according to the terms of the license.
Contributions to this project are welcome! If you want to contribute, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and ensure that the codebase passes all tests.
- Submit a pull request describing your changes.