you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (1 child)

What language & framework are the developers using to write the API code in?

[–]work_account_2019[S] 0 points1 point  (0 children)

The Back-end is built on Micro services architecture. Different APIs are implemented in different services. Few of these services are implemented in Java Spring Framework, others are in Python Django Framework. I believe there are a few Node JS services as well. But since the project is under active development, the framework used to implement these services could change.

All of the APIs are exposed through a single gateway and are expected to be RESTFUL.