Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 409 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 409 Bytes

Ecommerce-back-end

Backend for Eccommerce platform

Generic badge

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 #}