Multiplied-By-One / MBOne-Backend

Backend of Multiplied By One Web App
MIT License
5 stars 6 forks source link

Investigate if a "restful" or "gql" oriented approach to writing our APIs would work the best for our use case #9

Closed ryanolee closed 3 years ago

ryanolee commented 3 years ago

Currently we would like to investigate if exposing a GQL api using a similar setup to this: https://www.apollographql.com/docs/apollo-server/deployment/lambda/ (Though routing through our existing express middleware) or creating a series of conventional rest API's that would speak to our existing typeorm DB would be easier to setup. Pending further discussion / investigative work

ryanolee commented 3 years ago

Decision as given. We are going with REST as discussed on 25/05/2021 🎉