Connected successfully!
MySQL Version: 10.11.10-MariaDB-log
Host: 127.0.0.1
Database Name: smmnesia_be
The status above could be either "Connected successfully!" or "Connection failed!." As mentioned earlier, this is not suitable for production use, but it is perfect for testing or demo projects.
If you need storage, you can use the Cloudinary service for free, or simply convert each uploaded file into base64 (not recommended) in your CRUD Controller logic.