Skip to content

Latest commit

 

History

History
59 lines (35 loc) · 834 Bytes

README.md

File metadata and controls

59 lines (35 loc) · 834 Bytes

Ecoleta

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.

ℹ️ How To Use

Server

$ cd server

$ npm install

$ npm run knex:migrate

$ npm run knex:seed

$ npm run dev
Run it with Docker
$ cd server

$ docker-compose up --build -d

Web

$ cd web

$ yarn

$ yarn start

Mobile

❗ In Maintenance ❗
$ cd mobile

$ yarn

$ yarn start