A project, where vouchers can be bought to support local businesses that have big losses during the Corona crisis. Those vouchers are supposed to be redeemed after the crisis and therefore flatten the impact curve of the crisis on those businesses.
The project originates from the #WirVsVirus-Hackathon of the German federal government in March 2020.
Backend:
- JDK 11
Frontend:
- NodeJS
- NPM
- Set the database credentials as environment variables (POSTGRES_URL, POSTGRES_USER, POSTGRES_PASSWORD)
- Set a random JWT secret as environment variable (JWT_SECRET)
- Run it directly by executing
gradlew bootRun
or build a jar-file by runninggradlew build
- Run
npm install
to install all prerequisites - Run
npm start