Skip to content

jj77847/e-commerce-back-end

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

e-commerce-back-end

License: MIT

Description

Configure a working Express.js API to use Sequelize to interact with a MySQL database.

Table of Contents

User Story

AS A manager at an internet retail company
I WANT a back end for my e-commerce website that uses the latest technologies
SO THAT my company can compete with other e-commerce companies

Acceptance Criteria

GIVEN a functional Express.js API
WHEN I add my database name, MySQL username, and MySQL password to an environment variable file
THEN I am able to connect to a database using Sequelize
WHEN I enter schema and seed commands
THEN a development database is created and is seeded with test data
WHEN I enter the command to invoke the application
THEN my server is started and the Sequelize models are synced to the MySQL database
WHEN I open API GET routes in Insomnia for categories, products, or tags
THEN the data for each of these routes is displayed in a formatted JSON
WHEN I test API POST, PUT, and DELETE routes in Insomnia
THEN I am able to successfully create, update, and delete data in my database

Installation

1- Clone the Repository.
2- Create a file name ".env" to the root folder.
3- Add to ".env" file DB_NAME='database name' , DB_USER='your username' , DB_PW='your password'.
4- Run npm install in the terminal.
5- Run npm run seed.
6- Run npm start.

Images: (use screenshots)

Walkthrough video: (use Quicktime video for demo)

Repository: https://github.com/jj77847/e-commerce-back-end

Tests

Walkthrough video: (use Quicktime video for demo)

Repository: https://github.com/jj77847/e-commerce-back-end

Questions

For addition questions, Please reach me at:

GITHUB: https://github.com/jj77847

Email: jonathanjefferies1985@gmail.com

License

https://choosealicense.com/licenses/mit/

  MIT License

  Copyright (c) 2022 Jonathan Jefferies

  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.

About

configure a working Express.js API to use Sequelize to interact with a MySQL database.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published