Hey guys,
It has got to the point where I have a good number of technologies I can work with comfortably but I feel like having to make all of this work together and deploying them when they're tied together is something I haven't done.
So here's the plan,
I have already built out a simple warehouse management solution in django.
In the next few weeks,
I'll be working on a react frontend which means I have to build out an api with django rest framework* for the already built out backend.
Build a React Native client
Deploy django backend on Heroku and react frontend on S3
Extra perks
- Add Graphql
- Add a caching layer with Redis
Here's a preview of the UI
Let's do this!
I'll add a link to my repository in the next one.
Top comments (4)
Hey, have you tried setting up the whole thing using cookiecutter-react-django?? It may save you hours of config time for an app just like that!
No I haven't tried this before, I'd definitely check it out. Thanks for this!
Anyway I can reactJs but it few until redux. And Backend API i using Java Spring. I wanna try Django. can try join?
Great I'll prepare the repository so we start collaboration from there. I'll take out Redux so we can move along.