E-commerce Back End Project

github-follow license

Table of Contents

Project Links

https://github.com/imspires/Ecommerce-back-end

Media

Sreenshot

demo.mp4

Objective

To store data for an online retail store

Technologies

Javascript, Node, Markdown, Express, SQL, Sequelize

Installation

To get started clone this repository using

git clone git@github.com:imSpires/Ecommerce-back-end.git

Both Node.js and MySQL must be installed on your computer.

Install dependencies

npm init
npm i express sequelize mysql2

Open up MySQL shell and input

source db/schema.sql

Then quit MySQL shell and input the following in your terminal

npm run seed

to start running application

node server.js

Open up Insomnia core or Postman to GET, POST, PUT and DELETE from different routes.

Usage

The application is used to manage information in the ecommerce_db database. Use the PUT, POST, DELETE routes to modify the data.

Author/Contact

Contact the author with any questions!
Github link: imspires
Email: rd3@knights.ucf.edu

License

This project is APACHE-2.0 licensed.

Copyright © 2021 Spires