-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
33cfb4f
commit bbd733a
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
|