/ecommerce_api

Primary LanguageJavaScriptMIT LicenseMIT

eCommerce API and Database

Description

This is an api database setup powered by sequelize, nodejs, and expressjs. The application allows users to create an e-commerce database and add, retrieve, and update items in the database.

Table of Contents

Installation

  1. Run npm install to install dependencies.
  2. Log into you mysql shell using your username and password
  3. Run CREATE DATABASE ecommerce_db;to create the database.
  4. Run npm run seed to seed the database.
  5. Run npm start to connect to the server

Be sure to update your .env file with your username and password. An example file is provided.

Usage

Checkout this for demo of the intended functionality and demonstration through Insomnia Core.

Repo-Contents

License

e-commerce api is MIT licensed

Contributing

Feel free to contribute to this project by forking the repo, making your changes and creating a pull request when you're ready.

Questions

If you have any questions, contact me:

Email: l.teal21@gmail.com

GitHub Profile

Credits

  • Starter files were provided by Trilogy Education Services, LLC, a 2U, Inc. brand