Imitation of cryptocurrency exchange website.
video.mp4
E-Trade is an application that allows you to trade cryptocurrencies. The user can invest in cryptocurrencies with virtual funds on his account and make profits or losses. The application aims to teach you how to invest in crypto properly by making your own mistakes. In this case, your only virtual!
- Clone repository to your local folder by using command:
git clone https://github.com/p-wojt/e-trade.git
. - Create virtual environment and activate to install all libraries which are in
requirements.txt
. - Use command
py server.py
to start an application. - Open your browser and enter the local adress
127.0.0.1:5000
Have fun!