Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 534 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 534 Bytes

My Garden Planner

A simple garden planner to help you manage your vegetable garden.

Installation

  1. Clone the repository
  2. Install backend dependencies: npm install
  3. Install frontend dependencies: cd frontend && npm install
  4. Start the development server: npm run dev

Features

  • Calendar to view sowing, transplanting, and harvesting periods
  • Tool to create and manage your garden plan
  • User authentication and garden plan saving

Technologies

  • Backend: Node.js, Express.js, MongoDB
  • Frontend: React.js