Giter Site home page Giter Site logo

pamelac21 / e-commerce Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 23.72 MB

SQL - Refactor - Configuring Express.js API to use Sequelize to interact with a MySQL database.

License: MIT License

JavaScript 100.00%
mysql nodejs express database object-relational-mapping orm

e-commerce's Introduction

Object-Relational Mapping (ORM): E-Commerce Back End ๐Ÿ‘‹

Description

My goal is to build the back end for an e-commerce site by taking a working Express.js API and configuring it to use Sequelize to interact with a MySQL database. Since this project will not be deployed, please check out the full walkthrough video posted below to view its functionality.

Table of Contents

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 Core 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 Core
THEN I am able to successfully create, update, and delete data in my database

Demo

๐ŸŽฅ Full video -> https://watch.screencastify.com/v/WFlq1UPr2zJiCSBo8x3c

cats

product (1)

tags

Getting Started

Clone the starter code.

npm init

npm install mysql2

npm install sequelize

npm install dotenv

Usage

Run the following command at the root of your project and answer the prompted questions:

mysql -u root -p

Enter PW when promted

source db/schema.sql

quit

npm run seed

npm start

Tech Used

bcrypt dotenv express mysql2 sequelize

Contact

GitHub

email

License

This project is licensed under the MIT License - see the LICENSE file for details.

e-commerce's People

Contributors

pamelac21 avatar

Stargazers

 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.