Skip to content

This application is built to allow an e-commerce site to easily manage a MySQL database. It utilizes Express.js and Sequelize in order to perform all basic CRUD operations.

Notifications You must be signed in to change notification settings

aumcintyre/ecommerce-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 

Repository files navigation

E-Commerce Backend (Object-Relational Mapping)

Github licence

Description

This application is built to allow an e-commerce site to easily manage a MySQL database. It utilizes Express.js and Sequelize in order to perform all basic CRUD operations.

Table of Contents

Installation

Users should clone this code from Github and install the Express, Node, and Sequelize depedencies. Connect to the database using a .env file, which is added to gitignore in order to keep your private information safe. Run npm run seed to add values to the database, and connect to the server using npm start.

Usage

This application will allow users to view, add, edit, and delete categories, products, and tags.

A full walkthrough of installation, seeding, and running routes via Insomiac can be found here @ Screencastify

License

This project is license under MIT

Contributing

Contributors should read the installation section.

Tests

There are no tests for this application.

Questions

If you have any further questions, feel free to connect with me at [email protected]. You can see my repositories at https://github.com/aumcintyre.

About

This application is built to allow an e-commerce site to easily manage a MySQL database. It utilizes Express.js and Sequelize in order to perform all basic CRUD operations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published