A project that aims to help people find recycling drop off locations efficiently.
A marketplace for waste collection points localization =)
React-native
- Start the backend
/server
:cd server yarn install yarn knex:migrate yarn knex:seed yarn dev
- Frontend WEB -
/web
:cd web yarn install yarn start
- Mobile - Run expo
/mobile
:cd mobile yarn install yarn start
Next steps:
- Containerize fullstack development enviroment with docker-compose
- Deploy backend (/server) to Heroku
- Depoly frontend (/web) to Netlify