Coin-cidence is a platform where any user can simulate buying and selling cryptocurrencies at live prices. A user starts with a set dollar amount of their choice and can execute virtual trades for either Bitcoin, Etherium, or NANO currency.
The purpose of this application is to...
- Introduce users to buying and selling at live prices
- Allow users to practice their investment strategies without any actual financial risk
- Have a little fun!
- Start server by executing 'py manage.py runserver' in root folder.
- Web application will be accesssible at http://127.0.0.1:8000/accounts/login
- Create an account and start using from there!
Administration options at http://127.0.0.1:8000/admin/
Python 3.7+
Django 2.1
- Python 3.7 - Main backend language
- Django 2.1 - The web framework used
- Bootstrap v4.13 - Front-end framework
- CoinCompare API - API used to retrieve live market prices
- Roger Wang - Author - therogerwang