Skip to content

A back-end Node.js application to be used with an E-commerce website

Notifications You must be signed in to change notification settings

MikeGShelby/ecommerce-app

Repository files navigation

E-Commerce Back End Application

License: MIT

Description and Purpose

A back end application that can be used with an e-commerce website. The application uses Express.js back end functionality along with Sequelize to interact with a MySQL database. The application also uses the dotenv package to store MySQL environment variables.

Table of Contents

Application Screenshot

E-Commerce Screenshot

Application Demo Videos

Creating schema from MySQL shell and seeding database from the command line

https://drive.google.com/file/d/19AyOGiVXtWiq4BGHtbGUyXKfKjx5arXa/view

Starting application server

https://drive.google.com/file/d/1wsOBoXIHHzFRz0KJEINVBzit_ZIlrt_8/view

GET routes for all categories, all products, and all tags

https://drive.google.com/file/d/1_F7_sDFuItw1I0HtuDTU5DnS4HqM6I_P/view

GET routes for a single category, a single product, and a single tag

https://drive.google.com/file/d/1ENTYXSEPbNT_lmzRMsVbf3YEBa_Qi1Ja/view

POST, PUT, and DELETE routes for a categories, products, and tags

https://drive.google.com/file/d/17A7oX1jK_VbNcjrCOfHWo8wvWZFiKWxJ/view

Built With

  • JavaScript
  • Node.js
  • Express.js
  • MySQL
  • Sequelize
  • Dotenv

Installation

Application can be used in any command line terminal with Node.js installed. Node depedencies can be installed by typing 'npm install' into the command line. Express server can be connected by typing 'npm start'.

Download code for this project here (zip file): https://github.com/MikeGShelby/ecommerce-app/archive/master.zip Download Node here: https://nodejs.org/en/download/

License

MIT License License: MIT

Contributing

Developed by Mike Shelby

Tests

All API end points were tested using Insomnia Core, as shown in above demo videos.

Questions

Github Username: mikegshelby

Github Profile: https://github.com/mikegshelby

Email: mikegshelby@gmail.com

Please email me with any questions about this project!

About

A back-end Node.js application to be used with an E-commerce website

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published