Skip to content

sandarudev/Sample-ecommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Sample ECommerce Application developed using Node.js and Express.js with MySQL Database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published