E-Commerce Back End Application

Description

This is a backend application built for an E-Commerce website. This application gives the user the ability to view, create, rename and delete anything by its category, product or tag.

Table of Contents

Installation

In order to get your own copy of the E-Commerce Back End application, you just need to navigate to the repo and copy the link to the repo. Once you have that on your clipboard navigate to VS Code and run 'git clone ____' and paste the link in after that. Once you have that done make sure you CD into the correct directory and run "npm init -y &&& install" to download any required packages. Then run "source __ (path to the schema.sql file)" and "USE db_name" in your SQL terminal. Then head back over to your regular terminal and type "npm run seed" followed by "npm start" to bring the server online. From there you will need either Insomnia (showcased in demo) or HTTP (what I used while creating routes to test in VS Code) to edit the database.

Usage

This terminal application is for any business (small or large) that has a internet retail presence and wants a way to track their e-commerce database and compete with other online retailers. With some more work and additional routes it could also be set up to edit the stock of items or even the price of items!

License

MIT License

Copyright (c) [2022] [Brandon Langer]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Demo

Demo

Author

Brandon Langer is a Full Stack Web Development student at the University of Minnesota coding bootcamp. He is set to graduate this fall, in September. Please head over to his GitHub profile HERE to check out some of his work!