user@host$ oc new-app --name=mysql -l appname=mysqlcrud --template=mysql-ephemeral \ -p DATABASE_SERVICE_NAME=mysql -p MYSQL_USER=pricelist -p MYSQL_PASSWORD=pricelist -p MYSQL_DATABASE=pricelist ...
This repository demonstrates how to build a small RESTful API using Node.js, Express, Prisma, and MySQL, organized with a layered architecture (Controller → Service → Repository). It is intended as a ...