starting the project with Django

alex 3rd May 2024 at 3:17pm
apinto@lardafada tutogarden/tutogarden ➤ ls
api  db.sqlite3  manage.py  static  throve  tutogarden

I started with a Django project. Its motto is the web framework for perfectionists with deadlines; and while I am not necessarily in a rush, I'm trying to achieve the quickest, stablest MVP. The back-end is somewhat easy to get to, and it can also provide a nice front-end for now (later, I'd like to explore something else).

My plan is to start with a full-stack, does-it-all project in Django; when MVP is achieved, I'll peel some of the excess until arriving at a lean back-end API.