Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 608 Bytes

File metadata and controls

7 lines (7 loc) · 608 Bytes

Sample-ECommerce Application (Node.js, Express.js and MySQL)

Steps to Test the Application:

  1. Download OR Clone the project from my GitHub repository.
  2. Extract the files and navigate to the Server directory via your IDE's terminal. Install necessary npm dependencies by running (npm install) in Server directory.
  3. Create a MySQL database on your local server using the schemas provided in the project files. Add your default SQL server username and password to the .env file.
  4. Launch the server application by running (npm run app).
  5. Access the client index.html on localhost to begin testing.