API For building cryptocurrency related websites
git@github.com:barrydaniels-nl/crypto-api.git
cd crypto-api
python3 -m venv venv
source venv/bin/activate
source env_settings_development
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver 0.0.0.0:8000
- API (news, prices, social media, projects)
- News (import, manage)
- Price component
- Telegram bot
- Instagram Price Posts
- Twitter Price Posts