Skip to content

willerrodrigo/nlw-01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NextLevelWeek

PRs welcome! License

Project   |    Built with   |    How to run   |    License   |    Get in touch

💻 Project

Ecoleta is an application that aims to help people find places that collect specific types of waste, encouraging people to recycle more.

Ecoleta

🚀 Built with

This project was developed with the following technologies:

Backend
Frontend
Mobile

ℹ️ How to run

Requirements

To run the application you will need:

Now clone the repository and install the dependencies.

Server

# to clone the repository
$ git clone https://github.com/willerrodrigo/nlw-01.git

# go into the server folder
$ cd nlw-01/server

# install the server dependencies
$ yarn

# run Migrates
$ yarn knex:migrate

# run Seeds
$ yarn knex:seed

# start server
$ yarn dev

# running on port 3333

Web

# in another tab of the terminal install the web dependencies and run it 
$ cd web
$ yarn
$ yarn start

Mobile

The Application was developed using Expo. It is a free and open source toolchain built around React Native to facilitate the process of running and testing applications. Click here to get start with Expo.

# install the dependencies
cd mobile
yarn

In order to run the application on your device, you need to change the ip config.

api.ts

  baseURL: 'http://192.168.0.101:3333',

replace 192.168.0.101 with your machine's ip.

Now with everything on place, run the application.

# to run the app
yarn start

Expo will open a page in your browser, scan the QRcode on the page and wait for the app to load.

📝 License

This project is under the MIT license. See the LICENSE for more information

📬 Get in touch!

Linkedin - Willer Rodrigo    

Made with ☕ and ❤️ by Willer Rodrigo.

About

Projeto construído durante o Next Level Week #01

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published