News

Abstract: This research study proposes a Smart Outfit Recommendation System designed to give users personalized fashion suggestions based on their body shape, gender, skin tone, and the occasion.
A full-stack CRUD app developed with Flutter (frontend), Node.js (backend), and MySQL (database). This flutter crud app using node js and mysql database enables users to create, read, update, and ...
docker run -p 3306:3306 --name <server_name> -e MYSQL_ROOT_PASSWORD=<db_password> -e MYSQL_DATABASE=<db_name> -d mysql docker exec -it <server_name> mysql -u root -p create a table with the name Users ...