GrowMates is a platform that connects individuals seeking to rent land for urban farming or gardening with experienced gardeners in search of land to cultivate crops. The platform promotes sustainable and locally sourced food production by facilitating land rental, offering a marketplace for produce sales, and providing a feed for knowledge exchange.
This is a Next.js project bootstrapped with create-next-app.
First, cd into to the garden-app directory and install the required dependencies
cd garden-app
npm install
Create a .env.local file and add your google maps API key
NEXT_PUBLIC_GOOGLE_MAPS_API_KEY= "YOUR_KEY"
Cd into the db folder and start the Strapi
npm run develop
Next, run the development server:
npm run dev
# or
yarn dev
# or
pnpm devResources: https://docs.strapi.io/ , https://nextjs.org/docs