To-Do Notes App
Django To-Do Notes App
🚀 Just deployed a simple to-do notes app using shell scripting! 💻 Here's how I did it:
1️⃣ Clone the repository:
git clone https://github.com/pushkalv/django-notes-app.git
2️⃣ Build the app:
docker build -t notes-app .
3️⃣ ...
pushkalv.hashnode.dev1 min read