Skip to content

cgladish/quantum-coin-flip-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quantum Coin Flip - Backend

How to run this Project

Make sure you have pipenv installed:

brew install pipenv

Install the dependencies:

pipenv install

Copy the .env.sample to a .env file. If you want to run against real APIs, then replace the API keys with real API keys. Otherwise, just leave MOCK_BACKEND as true.

Start up your mongo DB locally:

docker-compose up -d

If you want to run a script, do it like so:

pipenv run python app/getCoinFlips.py

About

Data creation for the quantum coin flip web app https://github.com/cgladish/quantum-coin-flip

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published