barakplasma / vending-machine-finitely

Finite State Machine Library Demo using Gatsby and FaaS

Home Page:https://vending-machine-finitely.barakplasma.now.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vending Machine Finite State Machine

This project is a brief example of a finite state machine library built on top of a Gatsby app with serverless functions for creating mock/real data that can be deployed to ZEIT Now with zero configuration.

Development / Local Running

Use now dev to develop locally, and visit the link it produces to see the live local version. For example, it'll provide the graphql endpoint: http://localhost:51514/___graphql and you should visit the root http://localhost:51514/

Deploying this Example

This project is deployed via the now.sh github integration. A simple push to the master branch will build and deploy this project via CI/CD to the URL https://vending-machine-finitely.barakplasma.now.sh/

Alternatively, you can deploy this with just a single command:

$ now

vending-machine-finitely

About

Finite State Machine Library Demo using Gatsby and FaaS

https://vending-machine-finitely.barakplasma.now.sh/


Languages

Language:JavaScript 62.8%Language:TypeScript 18.7%Language:CSS 18.5%