Skip to content

This is a project which was developed for the University of Arizona Coding Bootcamp course. The application contained within is a database and functional backend.

Notifications You must be signed in to change notification settings

jakekelly44/ecomm-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eCommerce Backend

Description

This is a project which was developed for the University of Arizona Coding Bootcamp course. The application contained within is a database and functional backend.

Table of Contents

Installation

Installation is a process of installing the dependencies required. Intialize node package manager and then run the following commands;
npm install mysql2
npm install sequelize
npm install dotenv

Usage

In order to use the application, first ensure that MySQL is installed in your environment.
Then, from the project root folder enter the sql shell and run the following command:
source db/schema.sql
Exit the sql shell and return to the command line still within your root project folder.
Run the following commands;
npm run seed
npm start

Demo Still of the Application

Demo GIF of the Application

Credits

University of Arizona Coding Bootcamp Week 13 Module 13: Object-Relational Mapping.

License

MIT License

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.

Documentation

DB START

Demo GIF of the Application
Please use the following link to download the DATABASE START application demo video: DOWNLOAD
Please use the following link to view (youtube) the DATABASE START application demo video: VIEW

GET ROUTES

Demo GIF of the Application
Please use the following link to download the GET ROUTES application demo video: DOWNLOAD
Please use the following link to view (youtube) the GET ROUTES application demo video: VIEW

POST / PUT / DEL TAGS

Demo GIF of the Application
Please use the following link to download the POST/PUT/DEL TAGS application demo video: DOWNLOAD
Please use the following link to view (youtube) the POST/PUT/DEL TAGS application demo video: VIEW

POST / PUT / DEL PRODUCTS

Demo GIF of the Application
Please use the following link to download the POST/PUT/DEL PRODUCTS application demo video: DOWNLOAD
Please use the following link to view (youtube) the POST/PUT/DEL PRODUCTS application demo video: VIEW

POST / PUT / DEL CATEGORIES

Demo GIF of the Application
Please use the following link to download the POST/PUT/DEL CATEGORY Application demo video: DOWNLOAD
Please use the following link to view (youtube) the POST/PUT/DEL CATEGORY application demo video: VIEW

About

This is a project which was developed for the University of Arizona Coding Bootcamp course. The application contained within is a database and functional backend.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published