https://github.com/lzanatta/ecoleta
Ecoleta - create and find waste collection points
https://github.com/lzanatta/ecoleta
nodejs react react-native typescript waste waste-management waste-separation
Last synced: 2 months ago
JSON representation
Ecoleta - create and find waste collection points
- Host: GitHub
- URL: https://github.com/lzanatta/ecoleta
- Owner: lzanatta
- License: mit
- Created: 2020-07-23T03:28:39.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T22:19:41.000Z (over 3 years ago)
- Last Synced: 2025-06-30T22:05:19.823Z (about 1 year ago)
- Topics: nodejs, react, react-native, typescript, waste, waste-management, waste-separation
- Language: TypeScript
- Homepage:
- Size: 2.17 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ecoleta - create and find waste collection points
### Project developed during [Rocketseat](https://rocketseat.com.br/)'s Next Level Week #1 event
The project is split into three main parts:
- **server**: API for creating and listing waste collection points
- **web**: web site for registering waste collection points
- **mobile**: mobile app for viewing collection points
### Running the project:
- Server:
- Create the database: `npm run knex:migrate`
- Seed the database with collectable waste types: `npm run knex:seed`
- Start application: `npm run dev`
- Web: `npm start`
- Mobile:
- If you don't already have it, install [expo](https://expo.io/): `npm install -g expo-cli`
- Start application: `npm start`