Skip to content

Back-end service for an Integrated Hydroponics Farm System, developed as an undergraduate thesis on optimizing agricultural production. By Eduardo Freitas and Sofia Martins.

Notifications You must be signed in to change notification settings

dufrtss/hydroponics-api

Repository files navigation

Hydroponics API

A REST API for the Integrated Hydroponics Farm System project, developed by Eduardo Freitas and Sofia Martins. It's responsible for handling HTTP requests and providing structure to the Hydroponics platform.

Setup

JWT Key-pair Generation

openssl genpkey -algorithm RSA -out private_key.pem -pkeyopt rsa_keygen_bits:2048
base64 private_key.pem > private_key-base64.pem
openssl rsa -pubout -in private_key.pem -out public_key.pem
base64 public_key.pem > public_key-base64.pem

Authors

About

Back-end service for an Integrated Hydroponics Farm System, developed as an undergraduate thesis on optimizing agricultural production. By Eduardo Freitas and Sofia Martins.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published