Plantinhas is a mobile app that reminds you to water your plants.
- SERVER: the server;
- MOBILE: the native interfaces for Android and iOS.
- It is necessary to have Node.js installed on the machine;
- Also, it is necessary to have a package manager either NPM or Yarn;
- Finally, it is essential to have Expo installed globally on the machine.
- Make a clone:
git clone https://github.com/amintasvrp/plantinhas.git- Running the Application:
# Install dependencies
npm install --legacy-peer-deps
# Launch the test server
# Remember set host/port in .env file
json-server ./src/services/server.json --port 3333
# Launch the mobile application
npm startMake a pull request and make clear what changes have been made and which bugs persist. Do not introduce bugs, be proactive!
- MIT License - Ver detalhes
