Since Chrome apps are now being deprecated. Download postman from https://dl.pstmn.io/download/latest/linux
Although I highly recommend using a snap
sudo snap install postman
tar -xzf Postman-linux-x64-5.3.2.tar.gzSince Chrome apps are now being deprecated. Download postman from https://dl.pstmn.io/download/latest/linux
Although I highly recommend using a snap
sudo snap install postman
tar -xzf Postman-linux-x64-5.3.2.tar.gz| # Dummy Backend Repository Context | |
| ## Purpose | |
| `dummy-backend` is a small FastAPI service that exposes CRUD and workflow endpoints for todo list items. It is intended as a simple backend API backed by SQLite, with SQLModel used for both ORM mapping and response/request schema support. | |
| ## Technology Stack | |
| - Language: Python 3.10+ | |
| - Web framework: FastAPI |