Skip to content

Ecoleta project. Developed during RocketSeat's Next Level Week I event. Stack : NodeJs, ReactJs and React Native

Notifications You must be signed in to change notification settings

diegoAndrade777/NLW-01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NextLevelWeek

Next Level Week 01

Project Ecoleta developed during the Rocketseat Next Level Week 01. Ecoleta is a project developed based on international environment week. That aims to connect people to companies that collect specific waste such as light bulbs, batteries, cooking oil, etc.

Instalation

To install the dependencies and to execute the Backend, clone the project on your computer an execute:

# Enter on backend directory
$ cd server

# Install dependencies
$ npm install

# Run Migrates
$ npm knex:migrate

# Run Seeds
$ npm knex:seed

# Start server
$ npm run dev

# running on port 3333

Backend

Frontend

To run the React's Frontend use:

# Enter on frontend directory
$ cd web

# Install dependencies
$ npm install

# Run
$ npm start

Mobile

To run the Mobile app, use:

# Enter on mobile directory
$ cd mobile

# Install dependencies
$ npm install

# Run
$ npm start

# Expo will open, just scan the qrcode on terminal or expo page

Licence

MIT © Rocketseat

Made with ♥ by Diego Andrade 👋 Get in touch!

About

Ecoleta project. Developed during RocketSeat's Next Level Week I event. Stack : NodeJs, ReactJs and React Native

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published