Skip to content

This application creates an e-commerce back end for a retail company.

Notifications You must be signed in to change notification settings

sacylkowski/E-commerce

Repository files navigation

E-commerce

Description

This application creates an e-commerce back end for an internet retail company's website. There is are seeds with test data so you are able to see how different API routes work. You can GET from the categories, products, or tags as well as POST, PUT, and DELETE.

Installation

To install required dependecies, use: npm install

Usage

To run the app, you need to log into mysql, and source db/schema.sql Then quit to return back to your command line.
Run: npm run seed to seed the examples, and then npm start to start the application. Use a program like Insomnia or Postman to test your routes.

image of program running

Here is a video demo.

Built With

This application is built with:

  • Express.js
  • Sequelize
  • MySQL2
  • dotenv

Questions

If you have any questions, please reach out on GitHub or you can E-mail me.

About

This application creates an e-commerce back end for a retail company.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published