kathrynwilkinson / E-Commerce-Routing

Back-end routing for an e-commerce platform. Features Express, RESTful API and MySQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

E-Commerce Routing (back-end only)

License: MIT

Ready to use, back-end routing for any e-commerce platform!

Table of Contents

Description

This project possesses all the back-end elements of an e-commerce platform, including: a working Express.js API, sequelize models interacting with a MySQL database, and working routes.

The user is able to:

  • get all categories + associated product data
  • get all products + associated category and tag data
  • get all tags + associated product data
  • get categories by id + associated product data
  • get products by id + associated category and tag data
  • get tags by id + associated product data
  • create, update, and delete categories, products by id

DEMO

Contributing

This project was completed as an individual assignment for The Ohio State University Coding Boot Camp.

Contributor Covenant

Questions?

Please feel free to contact me with any questions via email or LinkedIn.

License

This project is licensed under the MIT License. For more information, please visit: MIT Explained

© 2021 k.wilkinson

About

Back-end routing for an e-commerce platform. Features Express, RESTful API and MySQL

License:Apache License 2.0


Languages

Language:JavaScript 100.0%