Giter Club home page Giter Club logo

e-commerce-backend's Introduction

E-commerce Back End Starter Code

Description

A backend E-Commerce application for an imaginary business with very few products. Using This project through an API client such as Insomnia or Postman, you are able to perform CRUD functions on a list of products, product tags, and product categories. This project was an excercise to get used to using Sequelize, and incorporating it into an API to perform RESTful CRUD operations. I learned some basic Sequelize functionality but after this project I can recognize just how powerful of a tool it is, especially since it can still incorporate raw custom SQL queries.

Installation

  • Type NPM Install into the terminal from the root folder to install required packages.
  • In the same terminal type mysql -u root -p followed by your Mysql password to initialize the Mysql terminal
  • Type source db/schema.sql to create the database, then quit; to exit the Mysql terminal
  • Type npm run seed to seed the database with some sample data
  • Run the app by typing npm start

Usage

Untitled_.Mar.3.2024.5_05.PM.mp4

This app does nothing on it's own. You will need an API client such as Insomnia or Postman to interact with the different API routes. See the attached video to see the proper routes and CRUD functions for each API route

Credits

I was working from some starter code provided by the UW Madison programming bootcamp. The repo can be found Here

e-commerce-backend's People

Contributors

xandromus avatar umbelth94 avatar dependabot[bot] avatar georgeyoo avatar rxtatx avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.