A very simplified Mercadolibre clone made with Express and EJS. It runs its SQL with XAMPP mysqlserver. Very optimized, contains basic CRUD queries for log in and uploading your products.
First start your sql server and type the following commands
cd BD_MercadoLiebre
npm i
npm run db-create
npm start