Giter Site home page Giter Site logo

e-commerce-back-end's Introduction

E-commerce Back End

Description

The data structure and RESTful api for an internet retail company, built with the Sequelize ORM.

Table of Contents

Walkthrough Video

https://watch.screencastify.com/v/B3EZu3dP5RrcryDdHcsz

Installation

Clone this repo into the desired location on your machine and install the necessary dependencies (see package.json). Create a .env file at the root directory and add "DB_NAME='ecommerce_db'", "DB_USER='your SQL username'", and "DB_PW='your SQL password'" to create the local db connection. From the mySQL shell you can run source db/schema.sql to create the database, and then exit the shell and run "npm run seed" to seed the database. "npm start" will initiate your server and expose your powerful new api library.

Usage

Follow the installation steps to initialze a local db and server. From there, you can customize the /seeds directory with specific retail records you need to populate your database with. Hitching to a front end will allow any CRUD operations you need to offer clients.

Tests

No tests have been written for this project

Built With

  • Sequelize ORM
  • Node.js
  • Express.js
  • MySQL2
  • dotenv npm

Questions

e-commerce-back-end's People

Contributors

sadboitay 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.