Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielzxccc authored Feb 26, 2024
1 parent 33cfb4f commit bbd733a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# 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.


0 comments on commit bbd733a

Please sign in to comment.