Skip to content

aberrier/crypto-api-back

Repository files navigation

Crypto API

An API for cryptocurrency alerts.

Build on Django & Django Rest Framework
With use of Celery

Requirements

  • python3
  • postgresql
  • virtualenv

Installation

Configure the environment file

cp .env.example .env

Fill .env file with the required parameters

Prepare the installation

pip install -r requirements.txt
python3 manage.py migrate

Launch Django in test environment

cd crypto
python3 manage.py runserver

Launch Celery

celery -A crypto worker -B --concurrency=20 --loglevel=info

Use Docker instead

docker-composer up && docker-compose build -d

About

An API for cryptocurrency alerts.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages