Ecoleta is an web/mobile application to connect companies and entities that collect organic and inorganic waste to people who need to dispose of their waste in an ecological way.
- It is necessary to have Node.js installed on the machine;
- Also, it is necessary to have a package manager either NPM or Yarn;
- Finally, it is essential to have Expo installed globally on the machine.
- Make a clone:
   git clone https://github.com/amintasvrp/ecoleta.git- Running the Application:
   # Install the dependencies
   npm install
   ## Create the database
   cd server
   npm run knex: migrate
   npm run knex: seed
   # Start the API
   npm run dev
   # Launch the web application
   cd web
   npm start
   # Launch the mobile application
   cd mobile
   npm startMake a pull request and make clear what changes have been made and which bugs persist. Do not introduce bugs, be proactive!
- MIT License - Ver detalhes


