gustavo-tp / ecoleta

Projeto realizado seguindo os passos da Next Level Week #1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ecoleta

GitHub language count Repository size GitHub last commit Repository issues License

Description   |    Technologies used   |    Prerequisites   |    Installing   |    Acknowledgments

Preview

Description

Application that helps people find waste collection points.

Technologies used

Prerequisites

If you do not have any of the software below, follow the link to install

Installing

Follow the steps below to run the project on your computer. (using terminal or git bash)

  1. Clone this repository
git clone git@github.com:gustavo-tp/ecoleta.git
  1. Run Backend
cd ecoleta/backend
npm install
npm start
  1. Run WEB App
cd ../frontend
npm install
npm start
  1. Run Mobile App
cd ../mobile
npm install
npm start

Then open the Expo app on your phone and scanned the QR code.

Acknowledgments

@Rocketseat @diego3g

About

Projeto realizado seguindo os passos da Next Level Week #1


Languages

Language:TypeScript 82.6%Language:CSS 15.3%Language:HTML 1.8%Language:JavaScript 0.3%