Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/agencyenterprise/quantum-coin-flip-backend

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

qiskit quantum-computing random-number-generators

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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`