Ecommerce-back-end Backend for Eccommerce platform Installation touch .env // Create a .env with DB_NAME, DB_USER, DB_PW for your MySQL credentials npm run seed npm install To begin Server npm start You will know that service is running when you see: App listening on port {PORT #}