Application for selective collection to find collection points throughout your region.
This app features all the latest tools and practices in mobile development!
- ⚛️ React Js - A JavaScript library for building user interfaces
- ⚛️ React Native - A lib that provides a way to create native apps for Android and iOS
- 💹 Node Js - A web framework for Node Js
- 📄 TypeScript - To bring static typing to JavaScript.
- 📄 SQlite - A cross-platform and open-source Structured Query Language.
- ☯️ Insomnia - HTTP request software and with open source.
- Clone this repo using
git clone https://github.com/CaioHenriqueMachado/Ecoleta-project.git
- Move yourself to the appropriate directory:
cd Ecoleta-project
- Run
npm
to install dependencies
- Move yourself to the backend folder:
cd server
- Run
npm run dev
to start the server
- Move yourself to the frontend folder:
cd web
- Run
npm start
to start the web application
- Move yourself to the mobile folder:
cd mobile
- Run
npm start
to start the mobile app
This project is licensed under the MIT License - see the LICENSE page for details.