9 followers
it's all about practice, neither if nor else.
Creating a Next.js Project Initialise a Next.js project with npx. npx create-next-app nextjs-mongodb --typescript Thats it! Just open up your...
Introduction Here we'll deploy a To-Do app I made in Django. Here's source-code. Initial Setup Installing Heroku CLI On Linux curl...
Why should we make a To-Do? To-Do is super helpful for beginners. Any Django project needs a database and for that you must know how to handle...
How to Create a Django Project Requirements Python — Get the latest version of Python at https://www.python.org/downloads/ or with your operating...