Skip to content

A stand-alone, dockerized simple inventory application written in PHP. Helpful as a reference design and for test. Includes the client-helper application container. Development version located at dev.rd.obada.io.

License

Notifications You must be signed in to change notification settings

obada-foundation/example-client-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

git clone [email protected]:obada-foundation/example-client-system reference-design
cd reference-design
make deps
make deploy/local

Containers

Four docker containers

  • reference-design - Application written in PHP / Laravel.
  • db - A relational database (MySQL)
  • nginx - Front-end is a a web UI using Nginx and vue.js.
  • client-helper-application - Provides connection to node.

Create public and private keys for signing and verifying

docker run -it --rm -v $(pwd)/keys:/root/keys alpine:3.15 sh -c " apk add openssl openssl genpkey -algorithm ED25519 | tee /root/keys/test.pem openssl pkey -in /root/keys/test.pem -pubout | tee /root/keys/85bb2165-90e1-4134-af3e-90a4a0e1e2c1.pem "

About

A stand-alone, dockerized simple inventory application written in PHP. Helpful as a reference design and for test. Includes the client-helper application container. Development version located at dev.rd.obada.io.

Resources

License

Stars

Watchers

Forks

Packages

No packages published