cruftlab / random-words

Get some random words up in this mother
MIT License
0 stars 0 forks source link

Separate backend and frontend #3

Open loket opened 7 years ago

loket commented 7 years ago

Currently, both frontend and backend is bundled in the same project. Ideally, the backend should be completely stand-alone as a pure REST API, so the frontend should be packaged separately.

Additionally, some of the migrations on the backend include data specific for one application, which should also be moved to a separate package.

One possible solution is to do something like the following:

loket commented 7 years ago

Frontend should be built with something like generator-react-webpack, which should also solve #19, #6, and maybe more.

loket commented 7 years ago

Another link: https://github.com/geowarin/boot-react