Our 'Picks and Shovel' team participates in the 23-24 Google Solution Challenge. We supports urban farmers and develops applications that encourage urban agriculture.
The purpose of our application is to provide useful tips and information to beginners in urban farming and to provide a platform for experienced urban farmers to share their knowledge.
The team's goal is to contribute to creating a 'Sustainable Cities and Communities' through urban agriculture and to enable many people to enjoy happiness in a better environment.
이재승 | 강혜린 | 하선웅 | 홍현민 |
---|---|---|---|
Github | Github | Github | Github |
이재승
: PM, ML/DL Part- Presentation, Schedule management, Notion management, Submission form creation
강혜린
: Front, Design- Presentation planning, Screen composition
하선웅
: Front, Server- User story writing, Screen composition, Discord/Github management
홍현민
: Server- Writing meeting minutes, Organizing functions
- Diary Page
- Write Diary
- View Diary
- Community Page
- Posting
- Likes, Views
- Video Link : https://youtu.be/NAc1R1lS3x4
# server setting
git clone https://github.com/Picks-and-Shovels/farm-world-server.git
cd farm-world-server
npm install
npm run start:dev
# how to run app
git clone https://github.com/Picks-and-Shovels/farm-world-app
cd farm-world-app
npm install
npm run dev