Articles in this series
Process of adding tailwind css in Next.js project · It is tough to memorize the steps of installing tailwindcss to a next.js project. But don't worry you...
Creating a login page for my application. · Creating a login page is a "headache," but if we boil it to its essential root components, you can see the...
List of docker services used in this project. · Docker is an enterprise-ready container platform that enables organizations to seamlessly build, share,...
creating flask server file distribution structure. · Now I am gonna create a flask file distribution structure that helps us understand flask much better...
Creating a login API. · Now, I am going to create a login API that helps users log in. The process of creating it is really simple which goes as...
Creating a test api route for dummy data and automation. · Now I am going to add a test route to my project for creating and adding fake data for testing...