Skip to content

An educational web site that demonstrates what goes into doing a quantum coin flip

Notifications You must be signed in to change notification settings

cgladish/quantum-coin-flip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quantum Coin Flip

Nullstack

How to run this Project

Project that handles populating the DB with data lives here: https://github.com/cgladish/quantum-coin-flip-backend. Clone the backend project and follow the instructions to run the getCoinFlips script. This will populate the DB with data.

Install the dependencies:

npm install

Copy the environment sample to a .env file

NULLSTACK_PROJECT_NAME="[dev] Quantum Coin Flip"
NULLSTACK_PROJECT_DOMAIN="localhost"
NULLSTACK_PROJECT_COLOR="#D22365"
NULLSTACK_SERVER_PORT="3000"

NULLSTACK_SECRETS_DB_URL="mongodb://user:pass@localhost:27017/db"

Run the app in development mode:

npm start

Open http://localhost:3000 to view it in the browser.

Learn more about Nullstack

Read the documentation

About

An educational web site that demonstrates what goes into doing a quantum coin flip

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages