Project developed during Rocketseat'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
-
Server:
- Create the database:
npm run knex:migrate
- Seed the database with collectable waste types:
npm run knex:seed
- Start application:
npm run dev
- Create the database:
-
Web:
npm start
-
Mobile:
- If you don't already have it, install expo:
npm install -g expo-cli
- Start application:
npm start
- If you don't already have it, install expo: