Skip to content

This repository contains a Node.js application that demonstrates the concept of ORM (Object-Relational Mapping) with a database using sequelize.js.

Notifications You must be signed in to change notification settings

BishoySedra/ORM-Database

Repository files navigation

ORM-Database

This repository contains a Node.js application that demonstrates the concept of ORM (Object-Relational Mapping) with a database using sequelize.js.

Database Tables

To create the required tables in the database, I utilize sequelize.js models. You can find these models inside the DB folder within the models directory. Before running the application, ensure that you fill in the necessary credentials in the .env.example file to ensure smooth execution.

API Documentation

For a detailed understanding of the available requests and endpoints in this Node.js application, please refer to the Documentation.

About

This repository contains a Node.js application that demonstrates the concept of ORM (Object-Relational Mapping) with a database using sequelize.js.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published