einhornimmond 5974473276 update pending task save and load param and result
also:
- fix base64ToBin using strlen instead of encodedSize len (by encodedSize php decoder failed)
- insertIntoDB remove async, return also by second attempt true if succed, else false
2021-04-09 14:14:12 +02:00
2021-03-22 20:50:45 +01:00
2021-04-02 17:36:26 +02:00
2021-03-31 17:08:37 +02:00
2021-02-22 23:07:10 +01:00
2021-04-07 20:49:21 +02:00
2021-03-30 17:03:21 +02:00
2021-03-30 16:48:01 +02:00
2021-03-30 16:48:01 +02:00
2021-02-24 19:45:44 +01:00
2021-03-13 17:35:16 +01:00

Gradido

Healthy money for a healthy world

logo

The Gradido model can create global prosperity and peace The Corona crisis has fundamentally changed our world within a very short time. The dominant financial system threatens to fail around the globe, followed by mass insolvencies, record unemployment and abject poverty. Only with a sustainable new monetary system can humanity master these challenges of the 21st century. The Gradido Academy for Bionic Economy has developed such a system.

Software requirements

Currently we only support docker as environment to run all services, since many different programming languages and frameworks are used.

How to run?

  1. Clone the repo and pull all submodules
git clone git@github.com:gradido/gradido.git
git submodule update --recursive --init
  1. Run docker compose

    1. Run docker compose for the debug build
    docker-compose up
    
    1. Or run docker compose in production build
    docker-compose -f docker-compose.yml up
    
Description
Gradido as Software
Readme Apache-2.0 96 MiB
Languages
TypeScript 48.5%
Vue 24.6%
JavaScript 23.2%
Dockerfile 1.3%
Shell 1.1%
Other 1.3%