-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create Backend #5
Comments
How about use parse-server as backend? |
Here is how I frame it: The store fetches a JSON list with the app names (like this), then it fetches the app UUID and generates from that the app-details page, I'll use @ardaozkal's mirror for a quick demo. |
You could probably use SQL.
…On Mon, Dec 12, 2016, 3:39 PM Konrad Iturbe ***@***.***> wrote:
Here is how I frame it:
The store fetches a JSON list with the app names (like this
<https://gist.github.com/KonradIT/0d74b358cfd8c0ce801161e80efa01ae>),
then it fetches the app UUID and generates from that the app-details page,
I'll use @ardaozkal <https://github.com/ardaozkal>'s mirror for a quick
demo.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<https://github.com/pebble-dev/The-Panic-Store/issues/5#issuecomment-266545897>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AF-NA4EU1-OAMTcl9PyCsFa9igLq-5Z-ks5rHbDqgaJpZM4LHCF5>
.
|
I'm debating between putting up a poll, and simply starting with a set of technologies I choose. We know we're going to need at least 3 things to make this stack happen:
I'm personally in the camp of Vue for the frontend, Flask for the backend, and any SQL variant for the DB. Something like Redis could be useful in this context depending on what we're looking at in terms of scale and functional complexity. Does anyone have any thoughts? Should I just throw up a poll? Who in the team is interested in working on this portion aside from me? |
if we have the original JSON could we use some document store like mongo or documentdb or something? |
How about we set out to define REST APIs using swagger? |
Also @sGerli , should we even look at CI now? |
Not yet |
@moejay At least with golang and what's been pushed up so far, I've found that test2doc will automatically create documentation in the API Blueprint format. I would've liked it if it generated swagger docs (due to how many tools can render swagger), but it was the only library that I could find that would use the comments within the code and actual API requests and responses to generate the documentation. If someone wanted to create some form of API list that the backend could mimick, that'd be great! |
Oh nice, it generates blueprint, we should be able to add a build step to convert to swagger spec if need be a quick search, turned out this |
We have split off the backend work into it's own repo. Further discussion should occur within that project's issue tracker. Closing this issue since it is no longer relevant to the current repo. P.S. Thanks for the tip @moejay, looks like that'll work! I've created a relevant ticket here: pebble-dev/rebblestore-api#5 |
Includes:
Backend Language: Go Lang
Extra Info:
The text was updated successfully, but these errors were encountered: