Improve the waste separation Mülltrennung in 🇩🇪 by creating recyclable garbage collection points and show them in a map, so that people can easily find a collect point and bring their garbage there, making the world better.
$ cd server
$ npm install
$ npm run knex:migrate
$ npm run knex:seed
$ npm run dev
$ cd server
$ docker-compose up --build -d
$ cd web
$ yarn
$ yarn start
$ cd mobile
$ yarn
$ yarn start