Table of Contents
My Plants is a free and open source mobile app that helps to manage watering of plants. App users can add plants to their collection and manage them, and then mark them as watered upon every watering. Users can import plants of other users, in order to water them together, view history of watering for their plants, add images to their plants or set reminders so they get push notification when the plant should be watered.
- Clone this repo and enter project
git clone https://github.com/benmotyka/my-plants_app.git cd my-plants_app/
- Install NPM packages
npm install
- Start My Plants server
- Create
.env
file and enter (see .env.example):API_URL=<my-plants_server_url> // eg: http://localhost:3000 SENTRY_DSN=<sentry_dsn> SENTRY_ORGANIZATION=<sentry_organization> SENTRY_PROJECT=<sentry_project_name> SENTRY_AUTHTOKEN=<sentry_authorization_token>
- Run app
npm start
- Add
google-services.json
file tokeys/
- Convert key to base64-encoded string:
base64 keys/google-services.json
- Create eas secret:
eas secret:create key=GOOGLE_SERVICES_BASE64 value=<base64_encoded_string>
- Increment versionCode in
app.config.js
by 1 - Build project
npm run deploy:build
- Pubish project
npm run deploy:publish
- Create new release on
https://play.google.com/console
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Ben Motyka - LinkedIn - benmotykax@gmail.com
Project Link: https://github.com/benmotyka/my-plants_app