✅ Modern Reference API Project/Template

Hi, we are looking to create a public facing API. I found this reference project to help figure out compliance details and security mechanism: https://github.com/erwinkramer/bank-api?tab=readme-ov-file#bank-api Does anyone know if there are other such reference/template projects? I don't see that this one has versioning which is a big deal for us in case of back compatibility.
GitHub
GitHub - erwinkramer/bank-api: The Bank API is a design reference p...
The Bank API is a design reference project suitable to bootstrap development for a compliant and modern API. - erwinkramer/bank-api
8 Replies
Jimmacle
Jimmacle2mo ago
it's unlikely that you will find an example repo that exactly matches your requirements, you'll have to take inspiration from one or more to design something that actually fits your needs
Take Two Pay One
Take Two Pay OneOP2mo ago
Thanks for the reply, what is the most standard way of doing versioning?
Jimmacle
Jimmacle2mo ago
i don't know of any particular standard, lots of architectural decisions depend on your specific requirements
Take Two Pay One
Take Two Pay OneOP2mo ago
ah yeah of course
Jimmacle
Jimmacle2mo ago
the only general advice i'd give is keep it simple until you actually need complexity, don't go crazy with layers and abstractions and stuff until you need it
Take Two Pay One
Take Two Pay OneOP2mo ago
my hope was to find more of those kind of Bank reference projects so I can learn from more than one
Unknown User
Unknown User5w ago
Message Not Public
Sign In & Join Server To View
MODiX
MODiX5w ago
If you have no further questions, please use /close to mark the forum thread as answered

Did you find this page helpful?