Skip to content

Danielzxccc/agrihub-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1fe3371 · May 8, 2024
Feb 15, 2024
Mar 20, 2024
Nov 12, 2023
May 8, 2024
May 1, 2024
Nov 16, 2023
Oct 10, 2023
Feb 26, 2024
Oct 13, 2023
Apr 30, 2024
Apr 5, 2024
Apr 30, 2024
Nov 1, 2023
Oct 20, 2023
Apr 30, 2024

Repository files navigation

AgriHub API

Welcome to the AgriHub API! This backend API serves as the backbone for the AgriHub platform, where urban farmers can share ideas, learn about urban farming, register their farms, send harvest data for analytics, and participate in forums discussing urban farming.

Technologies Used

  • Express.js: Backend web application framework for Node.js.
  • PostgreSQL: Relational database management system for storing user data, farm information, and forum posts.
  • Node.js: JavaScript runtime for server-side logic.
  • RESTful API: Follows REST principles for efficient and standardized communication between clients and server.
  • Swagger/OpenAPI: API documentation for easy understanding and integration.