sequelize-orm
There are 1050 repositories under sequelize-orm topic.
mucahitnezir/express-starter
🚀 A boilerplate for Node.js api projects with Express.js, Sequelize, PostgreSQL and ES6+
onwuvic/nest-blog-api
Blog Web API with NestJs, Postgres, and Sequelize ORM
masb0ymas/express-api-sequelize
express-api with Sequelize
ahmerb/typescript-sequelize-example
An example method demonstrating how to set up Typescript with Sequelize v4, including how to set up associations.
danecando/hapi-sequelize
Hapi plugin for the Sequelize ORM
ezy/seedpress-cms
A headless CMS built in Express for PostgresQL using Sequelize. Generally follows the Wordpress post and term schema.
KSDaemon/sails-hook-sequelize
Sails.js hook to use sequelize ORM
valtlfelipe/hapi-sequelizejs
A hapi.js plugin to connect with Sequelize ORM
jarrodconnolly/sequelize-slugify
Sequelize Slugify is a plugin for the Sequelize ORM that automatically creates and updates unique, URL safe slugs for your database models.
loizenai/Nodejs-Tutorials
Nodejs Tutorial
davidgts/BOT-DE-SINAIS-TELEGRAM
Robô que envia em canal do telegram Sinais de apostas do jogo AVIATOR
Varun-Hegde/Conduit_NodeJS
An Express and NodeJS based backend implementation of the RealWorld API Spec.
mabc224/serverless-node-sequelize-rds-rest-api
Serverless rest api application with Node.js to perform simple CRUD operation using MYSQL database hosted on AWS RDS with Sequelize ORM
connect-foundation/2019-21
🙋♀️ 🙋♂️ 바글바글(Vaagle): 실시간 질의응답 및 투표 공유 서비스
Mamena2020/nodemi
Boilerplate for Nodejs. Handling routing, Rule validation, ORM, Media library, File request handling, Jwt auth, Role & Permissions, Resources, Locale, Mail, Seeder & more..
jspizziri/sequelize-connect
A simple connection wrapper for the sequelize ORM, making it easier to configure and build models & connections.
jackfiallos/HotelManagementSystem
Hotel Management System created with Restify and Angular 9
rpichioli/react-with-nodejs-and-sequelize
React-Redux application using NodeJS relational database API with Sequelize ORM. Two level CRUD with a main data table (bands) and other that is relationed with it (albums).
youphonic/youphonic
an online musical machine interface for building and sharing soundscapes and musical compositions
fedapon/alkemy-nodejs-challenge
Challenge Backend - NodeJs - Alkemy
bruzt/exemplo-ecommerce
Prototipando um ecommerce, do backend (node.js / express.js + sequelize + postgres) ao front-end (next.js/react.js)
connect-foundation/2019-06
📮 우리들의 이메일 서비스, 다잇누!
masb0ymas/boilerplate-express-with-sequelize
Just boilerplate Express with Sequelize ORM
tmukammel/sequelize-query-parser
Simple, powerful, minimalist package to turn your Node.js with Sequelize RESTful APIs into Graph APIs.
Kyrics/kyrics-backend
케이팝 가사로 배우는 우리말, Kyrics🎵 의 서버 저장소
Apophis-AppJam/ApophisServer
☄️Apophis Server ☄️
bezkoder/typescript-orm-postgres
Typescript ORM with Postgres database using Sequelize - CRUD operations and filter example - Postgresql Typescript example with Sequelize ORM
Inchill/secondhand-deal
A campus secondhand trading system based on the vue.js + stylus + koa2 + sequelize ORM + mysql, and typescript is still learning to migrate.🍌
ziaKhan1995/angular-food-conservation
This is food conservation and waste reduction system in angular, Node JS and MySQL. The sellers list the item that is near to expire(surplus food), submit the item then the system list the item added for sale on home page. The buyers after visiting the site look for the items, place his/her desired bid. Buyers can see bids submitted by other buyers
dilagurung/node-sequelize-jwt-mysql
Comprehensive example for node, mysql and JWT
floydspace/prisma-sequelize-generator
🏳️🌈⃤ Sequelize models generator for prisma schema
masfahru/typescript-orm-benchmark
Benchmark of some TypeScript (and JavaScript) database drivers and ORMs, run on Bun and Node.js
mfarim/crud-express-mysql
Membuat CRUD dengan Express JS | MySQL | PostgreSQL
Dtesch9/fastfeet
O serviço de entregas FastFeet é uma aplicação semelhante os corrêios. Administrador parte (web) e funcionarios/entregadore parte (mobile) consumindo API própria.
MettaSurendhar/node-express-backend-template-for-beginner
A Node.js and Express.js backend template tailored for beginner developers. It offers a structured foundation, essential tools, and best practices to help you build scalable and efficient applications with ease.
wpcodevo/crud-app-sequelize
In this article, you'll learn how to build a complete CRUD API with Node.js and Sequelize. The REST API will run on an Express.js server and have endpoints for performing CRUD operations against a PostgreSQL database.