Bfunk54 / OneShop

A working MySQL database for a hypothetical e-commerce website.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MIT License

One Shop

Description

This is the backend start for a hypothetical e-commerce website.

Table of Contents

  1. Installation

  1. Usage

  1. License

  1. Contribute

  1. Tests

  1. Questions

(back to top)

Installation

To install this project, start by cloning the repo from github. Then open it up in your terminal and type 'npm i' to install the necessary packages. Now create the database using DBeaver or your favorite database editing program using the schema file provided. Now run the command 'npm run seed' to fill the database with test data. Finally you can use 'npm start' or 'node index.js' to start the server.

(back to top)

Usage

To use it, make sure the server is running using 'npm start' or 'node index.js' and then using your favorite API platform such as Postman or Insomnia, you can use the post, put, and delete routes.

(back to top)

License

MIT License

(back to top)

Contributing

Bfunk54/OneShop

(back to top)

Tests

To test, install the files needed, and then test the routes using your API platform and then check the database using a database editor to see that everything is working correctly.

(back to top)

Questions

Github: https://github.com/Bfunk54

Email me with any questions: ben_fein@icloud.com

(back to top)

Link to the site:

Github Repo One Shop Video Walkthrough

(back to top)

About

A working MySQL database for a hypothetical e-commerce website.

License:MIT License


Languages

Language:JavaScript 100.0%