Auto fetching data from coinbase
Prerequisites
-
Python 3.x
-
Docker
-
Docker Compose
-
Celery
-
Postgres
- Create a virtual environment and activate it:
pip install pipenv
pipenv shell
- Install the project dependencies:
pip install -r requirements.txt
- Build the Docker images (if needed):
docker-compose build
- Start the Docker containers:
docker-compose up
- Database migrate(first time)
docker-compose run web python manage.py migrate