Genta is a productivity tool for individuals! It's unique structure makes it perfect for freelancers and students!

Warning
Genta was decomissioned on July 8, 2025.
| ➡️ Backend Microservice ⬅️ | Frontend Microservice | |
|---|---|---|
| Branding image | ![]() |
![]() |
| Description | For the frontend to retrieve/update data, it pings API endpoints that run on this. | The frontend presents the content from the backend in a way that's accessible to the user. |
| Deployed URL | https://genta-api.online | https://genta.live |
| Repository | https://github.com/yaveen123/genta-api | https://github.com/yaveen123/genta-general |
Tip
The API may still have bugs or problems. If you find anything please let me know!
| Route | Description |
|---|---|
| https://genta-api.online/verify_user | Checks if JWT in auth header passes, returns 200 if successfully authorised. Used by client to check if JWT is still valid. |
| https://genta-api.online/get-data | Returns user data as JSON. Users are identified Google account sub returned when verifying JWT. |
| https://genta-api.online/update-data | Edits user data on database through reading the JSON within the payload of the request. |
Important
Genta is a proof of concept, and it's codebase is not amazing.
We don't know if we should take Genta further.
Have business advice? Contact us on yavfind@gmail.com || hi@ileb.zip

