/PlantReminder

Plant Reminder is a ASP .Net (Web API) solution with a React front-end that enables a user to water plants remotely.

Primary LanguageC#


Plant Reminder

Plant Reminder is a .Net Core (Web API) solution with a React front-end that enables a user to water plants remotely.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Roadmap
  4. Contact
  5. Acknowledgments

About The Project

Plant Reminder is a .Net Core (Web API) solution with a React front-end that enables a user to water plants remotely.

app home page

(back to top)

Built With

(back to top)

Getting Started

Installation

  1. Download .Net Core SDK.

    https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/sdk-3.1.416-windows-x64-installer
  2. Fork and clone the repo.

    https://github.com/lpattersonn/PlantReminder.git
  3. Install axios.

    npm install axios --save

    or

    yarn add axios
  4. Install NPM packages.

    npm i
  5. In your terminal while in the cloned project enter the following command.

    dotnet run
  6. After the server has initiated use the provided URL in the browser for the project to show.

    http://localhost:5001

    (back to top)

Roadmap

  • Implement delete Plant Button

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contact

Leshan Patterson - @lpattersonn

Project Link: https://github.com/lpattersonn/PlantReminder.git

(back to top)

Acknowledgments

(back to top)