francoismari / elyze

198 stars 36 forks source link

Open the sources of the back office #18

Open remimomprive opened 2 years ago

remimomprive commented 2 years ago

Can you publish the sources of the back office ? It could help us to verify the structure of the data and avoid potential security issues.

keyvanestermann commented 2 years ago

The backend is a GraphQL API hosted on AWS, you can setup your own by following the steps in my README : https://github.com/francoismari/elyze/blob/b7910bd6733bfc648edf742e2b9f0c169c7474b1/README.md

I also re-created the API schemas as a placeholder until @francoismari pushes the actual schemas to the main repo : https://github.com/francoismari/elyze/pull/33