Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/agencyenterprise/quantum-coin-flip-backend
- Owner: agencyenterprise
- Created: 2022-11-08T18:37:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-12T21:29:37.000Z (about 2 years ago)
- Last Synced: 2024-11-05T21:31:07.042Z (3 months ago)
- Topics: qiskit, quantum-computing, random-number-generators
- Language: Python
- Homepage: https://www.quantumcoinflip.com
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`