Skip to content

Latest commit

 

History

History
103 lines (69 loc) · 2.54 KB

README.md

File metadata and controls

103 lines (69 loc) · 2.54 KB

GitHub language count Repository size GitHub last commit GitHub license

Project for the society to collect recyclable materials from collect points scattered over city.


Technologies

Tools

Getting started

Clone this repository https://github.com/LeonardoBonetti/next-level-week.git

Backend

Run:

cd server`
npm install //or yarn install
npm run dev //or yarn dev

Browse: http://localhost:3333

Frontend

Observation: Before running, remember to start the backend for this project.

Run:

cd web
npm install //or yarn install
npm run dev //or yarn dev

Browse: http://localhost:3001

Mobile

Observation: Before running, remember to start the backend for this project.

Run:

npm install -g expo-cli //install expo globaly
cd mobile
npm install //or yarn install
npm run dev //or yarn dev

If you are going to use an emulator, just press w to run on

If you are going to use your smartphone, enter the Expo application and scan the QRcode

Insomnia requisition collection

WIP

Layout

WIP

Screens

WIP

License

This project is under the MIT license. See the LICENSE for details.


Made by Leonardo Bonetti