Skip to content

prakash18399/CryptocurrencyWebApp-REST-API-Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CryptocurrencyWebApp-REST-API-Django

Cryptocurrency Web App and API built with Django and Django REST Framework

Getting Started

This tutorial works on Python 3+ and Django 2+.

Install dependencies:

python3 -m pip3 install -r requirements.txt

run following commands:

python3 manage.py makemigrations CryptoAPI
python3 manage.py migrate
python3 manage.py runserver

and start Celery worker:

celery -A CryptoWebApp worker -l info

About

Cryptocurrency Web App and API built with Django and Django REST Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published