Skip to content

The backend of an E-commerce site using Express and MySQL

License

Notifications You must be signed in to change notification settings

Codeyg12/ORM-E-commerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ORM-E-commerce

Table of Contents

Description

Demo

Installation

Usage

Technologies

Contribution

Testing

Description

This is a mock-up of the backend of an e-commerce site. It has the functionality to read, add, update and delete information from the database. For this project, I used Express, MySQL, and Insomnia.

(Return to top)

Demo

To view a walkthrough demo video click here

Below is a screenshot from the working server odemo

(Return to top)

Installation

To install follow these steps

  1. Clone the repo using either HTTPS
https://github.com/Codeyg12/ORM-E-commerce.git

or SSH key

git@github.com:Codeyg12/ORM-E-commerce.git
  1. install NPM packages
npm i
  1. Run the seeds file
npm run seed
  1. Start the server
npm start

(Return to top)

Usage

  1. After following the installation instructions go to Insomnia, or wherever you prefer to test RESTful APIs
  2. Use the routes created in the routes folder to test as much as you desire

(Return to top)

Technologies

Below are the languages and frameworks/libraries used

Contribution

Code can always be improved and if you have a suggestion to improve this project then fork the repo and create a pull request.

(Return to top)

Testing

npm test

(Return to top)

Links

To see more of my work check my Github. For further questions, you can reach me at codey.gallup@gmail.com.

(Return to top)

About

The backend of an E-commerce site using Express and MySQL

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published