Skip to content

mdamnjan/my-plant-diary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my-plant-diary

A web app that helps you keep your houseplants alive.

Lets you schedule and keep track of plant care tasks (e.g. watering, repotting, pruning), take notes and make progress updates.

Tech Stack

Frontend: React, Material-UI

Backend: Django, Django Rest Framework

Database/Storage: PostgreSQL, Firebase Cloud Storage (for images)

How to run

Frontend

  • cd frontend
  • npm install
  • npm start

Backend/REST API

  • cd backend
  • pip install -r requirements.txt
  • python3 manage.py runserver --settings=local_settings

About

A web app that helps you keep your plants alive.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published