It's an app for waste collection created during Next Level Week #1
Created with 💜 by Rocketseat
- Axios
- Expo
- Expo Font
- Expo Constants
- Expo Location
- Expo Vector Icons
- Expo Mail Composer
- React Native
- React Navigation
- React Native SVG
- React Native Emoji
- React Native Maps
- React Native Gesture Handler
- VS Code
In order to use and test the app on your smartphone, you should've already setup the development environment installing Expo or a simulator cause you prefer.
To clone and run this application, you'll need Git, Node.js v12.8 or higher, Expo v3.21 or higher installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/fabianoalmeida/next-level-week next-level-week
# Go into the repository
$ cd next-level-week
# Install back-end dependencies
$ cd server && npm install
# Creating database using knex
$ cd server && npm run knex:migrate
# Seeding database using knex
$ cd server && npm run knex:seed
# Install front-end dependencies
$ cd web && npm install
# Install mobile dependencies
$ cd mobile && npm install
# Run the back-end app
$ cd server && npm run dev
# Run the front-end app
$ cd web && npm start
# Run the mobile app
$ cd mobile && npm start
This project is under the MIT license. See the LICENSE for more information.
Made with 💜 by Fabiano Almeida 👋 Get in touch!