dwyl / abase

:house: A (solid) Base for your Web Application.
9 stars 0 forks source link

Interpret JSON file to configure server #35

Open samhstn opened 7 years ago

samhstn commented 7 years ago

Interpret JSON file to set up endpoints to serve up a form for submission and construct endpoints to deal with form submission.

(Primarily a spike to play with the JSON file to see how easy it will be to manage and to see where we should change the data structure)

nelsonic commented 7 years ago

@shouston3 there is https://github.com/hapijs/glue but I've not used it in any projects. should we investigate it...?

samhstn commented 7 years ago

@nelsonic I actually can't work out what this module can be used for, it looks like it could make the typical setup perhaps a point of confusion. We seem to have gotten on fine without it.