adlerke / ecoleta-nlw

Projeto construído durante o Next Level Week.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NextLevelWeek

GitHub language count GitHub last commit License Stargazers Linkedin - Adler Kesley

♻️ About Ecoleta

Ecoleta - is a way to connect companies and entities that collect organic and inorganic waste, to people who need to dispose of their waste in an ecological way.

Project built during NLW - Next Level Week offered by [Rocketseat].

🎨 Layout

Web

Companies or entities can register on the web platform by sending the collection point info such as image, entity name, address, contact and select one or more items

NextLevelWeek

Mobile

Users will have access to the mobile application, where they can navigate the map to see the registered institutions according to the selected items and contact the entity via Email or WhatsApp

NextLevelWeek

🛠 Built with

This project was developed with the following technologies:

Backend
Frontend
Mobile

🚀 How to run Ecoleta Application

🎲 Running Backend

# Clone this repository
$ git clone https://github.com/adlerke/ecoleta-nlw

# Access the project folder
$ cd ecoleta-nlw

# Access the backend folder
$ cd backend

# install all dependencies
$ npm install

# run aplication
$ npm run dev

🧭 Running Frontend

# Clone this repository
$ git clone https://github.com/adlerke/ecoleta-nlw

# Access the project folder
$ cd ecoleta-nlw

# Access the frontend folder
$ cd frontend

# install all dependencies
$ npm install

# run aplication
$ npm start

📱Running Mobile Application

# Clone this repository
$ git clone https://github.com/adlerke/ecoleta-nlw

# Access the project folder
$ cd ecoleta-nlw

# Access the mobile folder
$ cd mobile

# install all dependencies
$ npm install

# run aplication
$ expo start

📝 License

Este projeto esta sobe a licença MIT.

by Adler Kesley

About

Projeto construído durante o Next Level Week.


Languages

Language:TypeScript 82.3%Language:CSS 15.9%Language:HTML 1.6%Language:JavaScript 0.2%