Web application that allows you to be up to date with current cryptocurrency prices.
- Django - version 3.07
- Django Rest Framework - version 3.9.3
- Vue - version 2.6.11
-
Clone repository
git clone https://github.com/szafran98/crypto_follower
-
Install Django dependencies
pip install -r requirements.txt
-
Install Vue dependencies
npm install
-
Make migrations
python manage.py makemigrations
-
Migrate
python manage.py migrate
-
Run Django server
python manage.py runserver
-
Run Vue app
npm run serve
- Current cryptocurrency prices
- Possibility to follow only specific cryptocurrency
- Price converter with all cryptocurrencies and many fiats
Created by @szafran98 - feel free to contact me!