Giter Club home page Giter Club logo

wirvsvirus-marketsupplychecker's Introduction

Wir Vs Virus Hackathon

WirVsVirusLogo

Wir Vs Virus was a hackathon taking place from 20th of march till 23rd of march, organized by german government in cooperation with organizations and companies like "CODE for germany", "Iniative D21", "project together" and many more.
The goal was to find solutions to any problems COVID-19 is causing.
The problems could be submitted in advance and at the start of the hackathon more than 42 thousand participants could build smaller teams to solve a problem and submit their solution till sunday evening.
You can find further information on the hackathon with the link below:

Wir Vs Virus Hackathon Website

WarenRadar

WarenRadarLogo

"Warenradar" was the solution our team came up with. Facing the problem of grocery shopping in times of scarce goods.

Projekt

WarenRadarManual

Demo (Limited time)
UI/UX
YouTube Presentation
DevPost

Contributor

Name Reponsibilities Link
Alexander Just Organisation, Data research, Presentation Xing
Christian Hölscher Database, Data research, Presentation Xing GitHub
Pascal Kuhlmann Backend & Frontend development Xing Github
Gina Malchar UI/UX Design Xing Behance
Michael Schöffel Backend & Frontend development, Hosting Xing Github

Licence

This project is served with the GPLv3 license.
Licence

Vorraussetzungen

Maven

Maven has to be installed.

Setup MySql Docker Container

A MySql Docker container needs to be running

docker pull mysql/mysql-server:latest
docker run --name=mysql --restart=unless-stopped -p 3306:3306 -d mysql/mysql-server:latest
docker logs mysql

Check for Password like GENERATED ROOT PASSWORD: Axegh3kAJyDLaRuBemecis&EShOs

docker exec -it mysql mysql -uroot -p

Enter password

ALTER USER 'root'@'localhost' IDENTIFIED BY 'toor';
CREATE USER 'admin' IDENTIFIED BY 'admin';
GRANT ALL PRIVILEGES ON *.* TO 'admin';
CREATE SCHEMA SWSC;

wirvsvirus-marketsupplychecker's People

Contributors

mschoeffel avatar paku580 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

wirvsvirus-marketsupplychecker's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.