HNG Backend Begins
My backend Journey is at it starting point, trying how to navigate routing and creating a model that runs the routes.
One of the difficulties I experienced was creating a route that was not strict with slashes e.g localhost:5000/home/users/
instead of localhost:5000/home/users
. I did these using python flask and the rendering using templating.
I was able to solve this by reading more on the flask documentation on strict_slashes
, setting it to false.
I am learning the basics of backend technology, to be proficient in my backend technologies. So I enrolled in HNG to get more practical knowledge and put to use what I already know and build more sites like HNG HIRE and other user interface both on mobile and web applications that solves real life solutions.