Object-Relational Mapping (ORM): E-Commerce Back End
-
Updated
Dec 13, 2022 - JavaScript
Object–relational mapping (ORM) is a technique with which records from relational databases are mapped to objects using an object-relational mapper in the programming language in which they are used.
Object-Relational Mapping (ORM): E-Commerce Back End
TODO is a simple web application that introduces you to the power, performance, and simplicity of MariaDB. The TODO app contains a React.js front-end and Node.js back-end, which utilizes the MariaDB Node.js connector and the Sequelize object-relational mapping module.
A System which consist of models related to a moodle system based on university database which will manage the authentication based on user scenario.
Projects developed for the Database Technologies class using SQL for Relational and Object Relational Models, MongoDB and Neo4j.
A full stack, MVC (Model-View-Controller) application that allows User to create burgers (POST), view a list of burgers available to eat (GET), devour burgers (PUT), and throw them away after devoured (DELETE).
A lightweight ORM for MySQL database with basic CRUD functionalities
This is the first Full Stack App I created. This burger logging app uses MySQL, Node, Express, Handlebars and a homemade ORM (yum!). It also applies the MVC design pattern.
ORM Challenge: Building a new backend for an existing e-commerce site
Sample of a functioning e-commerce express.js API configured with object-relational mapping (sequelize) to interact with a MySQL database
The back end for an e-commerce site. It works with a Express.js API and uses Sequelize to interact with a MySQL database.
An application built entirely on the back end to store and navigate e-commerce data within a site. I built connections between databases to demonstrate object relational mapping using Express and Node.js. You can find a video demonstration of the database within this repository.
ORM Challenge: Building a new backend for an existing e-commerce site
A Healthcare Platform that connects patients to doctors through a secure mobile platform allowing patients access to view health records.
Application using Object Relational Mapping. The back-end is running with SQL and the data is being displayed through handlebars. Website for users to share tech news links and information.
# Module 13 Mini-Project: Travel Planner - ORM
Module 13 and 14 Lesson Assignment - Back-end (Module 13) and front-end (Module 14) full-stack application called Just Tech News, a tech news website where users can post, upvote, and comment on links to news articles.