Skip to content

Summer-Si/Coinbase-Projects

Repository files navigation

Coinbase project

Auto fetching data from coinbase

Getting Started

Prerequisites

  • Python 3.x

  • Docker

  • Docker Compose

  • Celery

  • Postgres

Usage

  1. Create a virtual environment and activate it:
pip install pipenv

pipenv shell
  1. Install the project dependencies:
pip install -r requirements.txt
  1. Build the Docker images (if needed):
docker-compose build
  1. Start the Docker containers:
docker-compose up
  1. Database migrate(first time)
docker-compose run web python manage.py migrate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published