Hacker News new | ask | show | jobs
by mrauha 2004 days ago
Thanks for this! Looks useful, will be checking it out after the Christmas festivities.

Coming from academia/data science and learning this from the scratch, the python backend + js frontend boilerplates are quite cryptic. The tools for sure seem useful, but there's a lot to grasp for a noob - rabbits, celeries, and so on.

1 comments

Agreed. A lot of boiler plates seems to back everything under the sun, when I really just want a simple reproducible template, maybe ever with docker support. This looks like it hits featureful without unnecessary complexity.
True, that was the purpose of this Django+React boilerplate. Provide minimal and easy to follow template. Additionally, every code added is documented in the series of articles so you can learn how it was done.

There is a docker-compose provided to set up and run this boilerplate application on single server machine. It can be easily adjusted to your needs.