Projects in Awesome Lists tagged with mysql2
A curated list of projects in awesome lists tagged with mysql2 .
https://github.com/bezkoder/node-js-express-login-example
Node.js Express Login example (with Registration) using JWT, Cookies, MySQL database
authentication authorization cookie-session express express-js expressjs jwt jwt-auth jwt-authentication jwt-token login mysql mysql-database mysql2 node node-js nodejs token token-based-authentication
Last synced: 30 Apr 2025
https://github.com/k-water/egg-blog
blog api base on eggjs.
api-server egg-sequelize-plugin eggjs mysql2 nodejs servers
Last synced: 02 Aug 2025
https://github.com/xpioneer/koa-graphql-typescript
A GraphQL/JWT project with Koa2+typescript3+mysql+mongoDB+redis
graphql jwt koa2 mongodb mysql2 redis typeorm typescript
Last synced: 14 Apr 2025
https://github.com/xjh22222228/tomato-work-server
🍅 Tomato Work Server for Egg.js
egg egg-admin egg-project eggplugin mysql mysql2 passport passport-github sequelize
Last synced: 13 Apr 2025
https://github.com/zhang771/nest-admin-ts
基于nestjs的基本后台管理系统。采用jwt身份认证。包含登录、用户、角色等。参考nest官网的最佳实践。
auth jwt mysql2 nest nestjs nestjs-backend nodejs role typeorm typescript
Last synced: 03 Mar 2025
https://github.com/zyhnbyyds/nest-admin-ts
基于nestjs的基本后台管理系统。采用jwt身份认证。包含登录、用户、角色等。参考nest官网的最佳实践。
auth jwt mysql2 nest nestjs nestjs-backend nodejs role typeorm typescript
Last synced: 10 Apr 2025
https://github.com/customink/mysql2-lambda
Precompiled Mysql2 Gem for AWS Lambda
aws aws-lambda fullstack-serverless mysql mysql2 rds rds-proxy ruby-on-rails
Last synced: 31 Mar 2025
https://github.com/tony133/nestjs-mysql
Mysql module for Nest framework (node.js) 😻
javascript mysql mysql2 nest nest-module nest-mysql nestjs nestjs-mysql typescript
Last synced: 16 Mar 2025
https://github.com/vs0uz4/futibaclub
Futiba Club - Bolão de Apostas de Resultados dos Jogos de Futebol - Projeto Fullstack Academy 2018 [DevPleno]
apostas bootstrap ejs es6 express futebol javascript jogos material-ui mysql2 node-js nodejs resultados
Last synced: 11 Aug 2025
https://github.com/dhyeythumar/search-engine
Application made with Node.js and Python.
beautifulsoup4 express-js express-session lemmatization mysql2 natural nltk node-js python textblob webcrawling webspider
Last synced: 09 Oct 2025
https://github.com/masfahru/typescript-orm-benchmark
Benchmark of some TypeScript (and JavaScript) database drivers and ORMs, run on Bun and Node.js
bun drizzle-orm javascript knexjs kysely mariadb mikro-orm mysql2 nodejs prisma-orm sequelize-orm typescript
Last synced: 30 Apr 2025
https://github.com/laisfrigerio/boilerplate-docker-node-mysql
A boilerplate docker project for development with a mysql database and a node.js backend using express 💜
api boilerplate boilerplate-application boilerplate-backend docker docker-compose dockerfile express express-js expressjs mysql mysql-database mysql2 node node-js nodejs nodemon
Last synced: 15 May 2025
https://github.com/niharika2k00/nodejs-mini-projects
backend crud-application javascript mysql-database mysql2 node-js postman restful-api
Last synced: 04 Jul 2026
https://github.com/bezkoder/typescript-orm-mysql
Typescript ORM with MySQL database using Sequelize - mysql2 Typescript example with Sequelize ORM
crud crud-api crud-app crud-application crud-operation crud-operations crud-sample express express-typescript mysql mysql-database mysql2 node-js node-typescript orm sequelize sequelize-orm sequelize-typescript typescript typescript-orm
Last synced: 11 Apr 2026
https://github.com/laplacexd/pan
Pan - An Inventory Management System made with MERN Stack
css-module express formik-yup javascript json-as-xlsx mysql2 nodejs react-query reactjs redis vite xlsx
Last synced: 13 Apr 2025
https://github.com/wirekang/adminjs-sql
SQL-based database adapter for AdminJS
adapter admin-panel adminjs knex mariadb mysql mysql2 node provider
Last synced: 18 Jan 2026
https://github.com/sophi-hub/piximorph--image-generative-ai
A PixiMorph é uma plataforma inovadora que transforma descrições em incríveis imagens 3D no estilo Pixar, Disney e Cartoon! Com um sistema interativo, permite gerar, baixar e explorar criações de outros usuários, filtrando por tags e descrições. Em breve, contará com login, histórico, upload e muito mais! 🚀💜
3dart api-rest cartoon crud disney expressjs knexjs mysql2 nodejs pixar sass
Last synced: 11 Apr 2026
https://github.com/alextanhongpin/typescript-koa-architecture
Sample architecture for Koa.js projects with TypeScript based on Clean Architecture
clean-architecture decorator jaeger koa mysql2 nodejs opentracing typescrpt
Last synced: 26 Jul 2025
https://github.com/lakshayd02/bikethrills-website
BikeThrills is a full-stack responsive bike renting platform designed to make your bike rental experience quick and easy. Whether you need a bike for a casual ride or a longer trip, you can find a variety of bikes available for rent with a smooth, user-friendly interface.
ajax bike-renting bike-renting-website bikes email-authentication full-stack-website html-css-javascript jquery mysql2 otp-verification payment-interface php8 registration-signin xampp xampp-server
Last synced: 19 Apr 2026
https://github.com/satyamshorrf/sql-databases
Social Media DATABASE in SQL Sever
ejs express javascript mysql-database mysql-server mysql2 npm satyamshorrf
Last synced: 11 Mar 2026
https://github.com/xianengqi/hapi-shops-nodejs
用Hapi写的一款小程序后端接口
env hapi-swagger hapi-v16 mysql2 nodejs sequelize-cli
Last synced: 01 Sep 2025
https://github.com/syedzawwarahmed/minglr_be
This is the Backend Repository for Minglr (a social media web app).
express jwt mysql2 swaggerui typescript
Last synced: 18 Sep 2025
https://github.com/nia3zzz/login-system---node--mysql--react
This Login System is a fullstack web app thats authenticates user, with functionalities for saving a user with hashed password in DB, logging in a user by comparing the typed and hashed password and saves a token in the localstorage after login. It uses MYSQL as the database, Express.js for handling server-side logic, React.js for rendering UI.
async-await authentication axios bcryptjs bootstrap5 expressjs full-stack-web-development mysql mysql2 nodejs react-router-dom reactjs single-page-app
Last synced: 08 Apr 2026
https://github.com/nia3zzz/mysql-crud-operations-with-nodejs-and-reactjs
This app allows users to save users with name and email with specific id for everyone, featuring functionalities like create, read, update, delete. It uses MySQL as the database to store users, Express.js for handling server-side logic, React.js for building the user interface, and Node.js for server-side runtime environment.
bootstrap crud css express expressjs expressroute expressrouter javascript jsx modal mysql mysql2 nodejs react single-page-app
Last synced: 10 Apr 2025
https://github.com/nathanfreire/petnaleste
PetNaLeste é um site com o intuito de ajudar a encontrar animais perdidos pela sua vizinhança
css3 html5 javascript mysql2 typescript
Last synced: 31 Jan 2026
https://github.com/nia3zzz/Mysql-CRUD-Operations-With-Nodejs-And-Reactjs
This app allows users to save users with name and email with specific id for everyone, featuring functionalities like create, read, update, delete. It uses MySQL as the database to store users, Express.js for handling server-side logic, React.js for building the user interface, and Node.js for server-side runtime environment.
bootstrap crud css express expressjs expressroute expressrouter javascript jsx modal mysql mysql2 nodejs react single-page-app
Last synced: 12 Jul 2025
https://github.com/sneha-at-hub/freshfarm
The goal for this project is to support local farmers by providing them with a platform to sell their fresh products directly to customers. Customers can easily search for and purchase fresh products from local farms.
express jwt multer multivendor-ecommerce mysql mysql2 nodejs react
Last synced: 19 Apr 2025
https://github.com/luizfelipe9627/to-do-list-fullstack
Esse é um To do list FullStack utilizando Node.JS para o Back e para o Front foi utilizado React.JS com TailwindCSS e Docker para ambos.
docker eslint expressjs mysql2 nodejs reactjs redux-toolkit swagger-ui tailwindcss vitejs
Last synced: 06 Apr 2026
https://github.com/walidadebayo/mappifysql
MappifySQL is a lightweight, easy-to-use Object-Relational Mapping (ORM) library for MySQL databases, designed for use with Node.js. It provides an intuitive, promise-based API for interacting with your MySQL database using JavaScript or TypeScript.
javascript mysql mysql-connector mysql-database mysql-server mysql2 node-js nodejs nodemon oop orm
Last synced: 26 Oct 2025
https://github.com/asuramtg/mtg-card-shop
Projekt neve: MTG CardShop ⠀ ⠀ Készítők: @AsuraMTG @Benyi5 Érettségi projekt: 2025 májusi szakmai érettségi vizsgaremek
2025 admin-panel axios-react card-game csharp database express final-year-project hungarian-language javascript magic-the-gathering mysql2 node-js reactjs server website winforms
Last synced: 22 Mar 2025
https://github.com/hoyirul/express-starter-api
an application that uses express JS to create a rest API server requirements with mysql database (sequelize, nodemon, migration etc)
expressjs javascript mysql2 nodejs restful-api sequelize
Last synced: 25 Sep 2025
https://github.com/peterr181/engineering_thesis
React | TypeScript | Express.js | MySQL - Big Full-stack application
ci-cd css expressjs heroku-deployment materialui mysql mysql2 nodejs react reacthookform scss socket-io typescript
Last synced: 06 Apr 2026
https://github.com/hoaian2/tech-store
Yo, this is demo version for my system design class
mysql mysql2 nodejs online-shop
Last synced: 09 May 2026
https://github.com/kuuuuuuuu/wind
a simple URL shortener written in TypeScript with Express.js and MySQL2.
ejs express express-js expressjs link-shortener mysql mysql-database mysql2 nodejs typescript
Last synced: 11 Feb 2026
https://github.com/luizfelipe9627/users-management-api
API para gerenciamento de usuários. Permite a criação, autenticação, atualização e exclusão de contas de usuário.
bcryptjs cors docker docker-compose dotenv expressjs jsonwebtoken mysql2 nodejs nodemon swagger zod
Last synced: 25 Feb 2026
https://github.com/veranyagaka/paymaster3.0
Paymaster is a Payroll Web App System for PSCs tracking attendance, leave application requests and payroll information.
css3 ejs email-sender express javascript mysql2 nodejs redis
Last synced: 25 Feb 2026
https://github.com/alexfariasv/small-projects
Small Projects! Este é o meu espaço para compartilhar pequenos projetos que desenvolvo, com o objetivo de aprender, experimentar novas tecnologias e resolver pequenos problemas do dia a dia.
ejs expres html-css-javascript jquery mysql2 nodejs scss-framework
Last synced: 07 Jan 2026
https://github.com/cleilsonandrade/in.orbit-api
in.orbit-api é uma API Rest com o fim de realizar o gerenciamento de metas semanais, permitindo o cadastramento da meta, quantidade de dias que será realizada durante a semana, listagem, exibindo as metas da ultima semana baseando-se no dia atual com a contagem de dias que a meta foi realizada e permitindo a atualização de uma meta como concluída.
api-rest backend biomejs commitizen commitlint common-table-expression conventional-commits dayjs drizzle-orm fastify goal-tracking lint-staged mysql mysql2 sql swagger tsup typescript zod
Last synced: 30 Jan 2026
https://github.com/aljones15/express-sql-session-promise-adapter
Beginning an Adapter for msql2 promises to be used with express-session Store
express express-session mysql2
Last synced: 17 May 2026
https://github.com/goldenfinix68/j1explorers-backend
express mysql2 rest-api sequelize
Last synced: 01 May 2025
https://github.com/nia3zzz/Login-System---Node--MySQL--React
This Login System is a fullstack web app thats authenticates user, with functionalities for saving a user with hashed password in DB, logging in a user by comparing the typed and hashed password and saves a token in the localstorage after login. It uses MYSQL as the database, Express.js for handling server-side logic, React.js for rendering UI.
async-await authentication axios bcryptjs bootstrap5 expressjs full-stack-web-development mysql mysql2 nodejs react-router-dom reactjs single-page-app
Last synced: 12 Jul 2025
https://github.com/mullayam/presql
No More Query Statements
javascript mysql mysql-database mysql2 nodejs orm sql
Last synced: 28 Oct 2025
https://github.com/nia3zzz/blog-app---react--mysql--node
This blog app allows users to perform CRUD operations on both blog posts and users. It uses MySQL as the database to store data, Express.js for handling server-side logic, React.js for building the user interface, Firebase authentication method and Node.js for server-side runtime environment.
blogapp-node expressjs firebase firebase-auth full-stack-web-development fullstack-javascript js-cookie jsonwebtoken mysql2 nodejs react-router-dom reactjs
Last synced: 02 Apr 2026
https://github.com/skuyjs/query-builder
hacktoberfest mariadb mysql2 postgresql query-builder
Last synced: 06 May 2026
https://github.com/blinet/qmy
Quick mysql is a powerful module that makes the mysql system easier, simpler and faster
database db javascript mysql mysql2 nodejs quick sql
Last synced: 18 Apr 2026
https://github.com/sonatipek/blogapp
The blog application I developed to put my node.js and express.js learning into practice.
blogapp ckeditor5 ejs express-session express-session-sequelize express-session-store expressjs multer mysql mysql2 node-mailer nodejs nodejs-server nodemailer sequelize sequelize-orm slugify
Last synced: 09 Apr 2026
https://github.com/vladoosit/marvel-card-game
This is simple card game. This project is well suited for learning socket.io, and in general creating a full stack of applications on a javascript
authorization card-game express fullstack-development game herokuapp javascript marvel model-view-controller multiplayer mysql mysql-database mysql2 nodejs online-game server-client socket-io socket-programming ucode-connect ucode-marathon
Last synced: 12 Apr 2026
https://github.com/chiomasarah/todo-maker-api
A Todo Maker built with CRUD functionality and deployed on Render.
bearer-token jwt-authentication mysql2 nest-js passport-js typeorm
Last synced: 08 Feb 2026
https://github.com/blindsweatyhansolo/tech-blog
Technically Speaking: A Tech Blog
bcrypt dotenv express-session expressjs handlebarsjs mysql2 nodejs sequelize
Last synced: 10 Feb 2026
https://github.com/drewk2629/employee-tracker
CLI Employee Tracker that I've built.
cli console database javascript mysql mysql2 nodejs
Last synced: 03 Apr 2025
https://github.com/pedroriverove/support-project-back
Project Node, Express, TypeScript, MySQL2, Typeorm, Nodemon, Json Web Token
express json-web-token mysql2 node nodejs nodemon typeorm typescript
Last synced: 10 Apr 2026
https://github.com/isaque-s-0liveira/store-manager-be
Store manager é uma plataforma de gerenciamento de vendas no formato dropshipping, que permite realizar as operações de CRUD (Create, Read, Update, Delete) para produtos e vendas.
chai express-js jest joi mocha model-service-controller mysql2 sinon testesautomatizados
Last synced: 18 Feb 2026
https://github.com/tonyycruz/trybesmith
Neste projeto, foi desenvolvida uma API para simular uma loja de itens medievais utilizando Typescript.
commit-conventions express jwt mysql mysql2 nodejs nodemon typescript
Last synced: 14 Apr 2026
https://github.com/mehmetgenc-devs/mysql.js
This Node.js package simplifies MySQL usage and helps you perform database operations more efficiently in the Node.js environment.
mariadb mysql mysql-database mysql-server mysql2 sql sql-server
Last synced: 19 Jan 2026
https://github.com/imehmetgenc/mysql.js
This Node.js package simplifies MySQL usage and helps you perform database operations more efficiently in the Node.js environment.
mariadb mysql mysql-database mysql-server mysql2 sql sql-server
Last synced: 03 Mar 2025
https://github.com/sue445/mysql2-nested_hash_bind
mysql2 and mysql2-cs-bind extension to bind response to nested Hash
Last synced: 08 Oct 2025
https://github.com/tonyycruz/trybe-futebol-clube
Neste projeto, foi desenvolvido um site informativo sobre partidas e classificações de futebol
bcrypt chai commit-conventions express jwt mocha mysql mysql2 nodejs nodemon poo sequelize typescript
Last synced: 14 Apr 2026
https://github.com/vankha1/fotobook
Fotobook - My first project in Ruby on Rails
action-record cocoon devise javascript jquery mysql2 ruby-on-rails
Last synced: 21 Jan 2026
https://github.com/kypkk/ncucloudproject
A cool web app to shorten url, make url with keyword, and generate QRCode
expressjs final-project mysql mysql2 nodejs prettier react-router reactjs tailwindcss
Last synced: 10 Apr 2025
https://github.com/dsc712/medium-clone
Web Technology Project. In partial fulfilment of the award of degree of B.tech in CSE at GGSIPU :mortar_board:. Here we have tried to clone the famous website for creative writers "medium" in our style.
ant-design draft-js-plugins draftjs mysql2 nextjs nodejs objectionjs react react-dom redux yarn-packages
Last synced: 28 Jan 2026
https://github.com/djdyer/materials-trader
Materials Trader is an emerging peer-to-peer bulk recycling network, facilitating the exchange of waste materials between all sustainably conscious consumers and businesses. ♻️
bcrypt dotenv expressjs handlebarsjs mysql2 nodejs sequelize
Last synced: 19 Apr 2025
https://github.com/phenibut645/balkon
Discord bot for interacting with streamers and cross-server economies [ still in development ]
1000-7 discord-js mysql2 nodejs typescript vitest-ts zxc
Last synced: 18 Apr 2026
https://github.com/archana-nagaraj/ecommerce-backend
Building the back end for an e-commerce site by taking a working Express.js API and configure it to use Sequelize to interact with a MySQL database.
dotenv ecommerce express-js mysql2 nodejs sequelize
Last synced: 14 Apr 2026
https://github.com/jnaoroji/mvc_tech_blog_jn
CMS style Tech blog created using the MVC Paradigm- Express, Sequelize, MySQL, bcrypt
bcyrpt blog connect-session-sequelize dotenv express-handlebars express-session handlebarsjs javascript mysql2 nodejs sequelize-orm
Last synced: 12 Feb 2026
https://github.com/chiomasarah/chamsmobile-backend
CRUD API with Nest.Js
mysql2 nest-js typeorm typescript
Last synced: 29 Jan 2026
https://github.com/alexnaughtonjr/mysql_notes
A place for notes related to learning Mysql.
mysql mysql-backup mysql-client mysql-connection mysql-connector mysql-database mysql-server mysql2 mysqldump mysqli
Last synced: 28 Jun 2025
https://github.com/alexnaughtonjr/Mysql_Notes
A place for notes related to learning Mysql.
mysql mysql-backup mysql-client mysql-connection mysql-connector mysql-database mysql-server mysql2 mysqldump mysqli
Last synced: 26 Sep 2025
https://github.com/rjjha/skyconnect
This is an Airline management and flight booking system based on microservices architecture.
docker expressjs jwt-authentication mysql2 nodejs nodemailer rabbitmq sequelize-orm
Last synced: 11 Apr 2026
https://github.com/codinghack30/scope-backend
This Express backend with MySQL.
backend-server database-management express-js express-middleware jwt-auth jwt-authentication jwt-authorization jwt-middleware jwt-token mysql-database mysql2 sequelize sequelize-orm token-based-authentication
Last synced: 19 Jan 2026
https://github.com/jasonjayoo/the-cloud-casino
We are an online casino where users are required to create an account to login in to our site and play Dice!
expressjs handlebarsjs mysql2 nodejs nodemailer sequelize
Last synced: 05 Jan 2026
https://github.com/enrique2115/apirest-ecmaescript
Rest Api developed in Node, Express, Sockets ES6 with JWT implementation with path protection and authentication; connection to MongoDb(Mongoose) or Mysql(Sequelize) database and image upload to Cloudinary with multer.
cloudinary express jwt multer mysql2 nodemailer sequelize
Last synced: 30 Mar 2025
https://github.com/seb-rm/api-rest-con-express-y-mysql
Esta aplicación es una API REST desarrollada en Node.js con Express y MySQL, diseñada para gestionar datos de películas y usuarios. Proporciona funcionalidades para crear, actualizar, listar y eliminar películas, así como registrar y autenticar usuarios.
bycryptjs expressjs jwt-authentication mysql2 nodejs sequelize
Last synced: 08 Apr 2026
https://github.com/somonsoum/nest-react-email
sample RBAC with nestjs and prisma
apollo-server argon2 graphql mysql mysql2 nestjs prisma react-email
Last synced: 07 Apr 2026
https://github.com/rjchi/customer-order-server
Este es el back end del proyecto customer-order
cors express-js mysql2 nodejs socket-io-server
Last synced: 11 Apr 2026
https://github.com/ashik112/instagram-clone
Simple Instagram Clone using Reactjs and Nodejs
instagram instagram-clone mysql mysql2 nodejs reactjs redux sequelize
Last synced: 07 Apr 2026
https://github.com/luizcalaca/node-api-mysql-unit-test
Node.js + API + MySQL + Unit test (mocha, chai e sinon) + Swagger Docs
api-rest architecture architecture-bff chai docker docker-compose express express-js express-middleware mocha mock msc-architecture mysql mysql-database mysql2 node nodejs sinon stubs test-automation
Last synced: 13 Mar 2026
https://github.com/vovoka-path/todo-app-api
API for '/todo-app' (see my github). Use Node, Express, MySQL, Sequelize.
bcrypt express jsonwebtoken mysql2 node nodejs
Last synced: 11 Apr 2026
https://github.com/helloakn/typescript-restapi-simple
Create RestApi in TypeScript
express mysql2 rest-api typescript
Last synced: 17 Mar 2025
https://github.com/mkhuda/ruby-sinatra-api
Simple API using Sinatra and MySQL2
Last synced: 11 Jun 2026
https://github.com/samantha-ruth/e-commerce-back-end
Back end of an e-commerce site. Built using javascript, Express, SQL, MySQL2, and Sequelize.
expressjs javascript mysql mysql2 nodejs sequelize sql
Last synced: 11 Apr 2026
https://github.com/joaog23/fluxos-api
Estou criando um Sistema de fluxo de caixa para mim, controlar minha finanças e abandonar as tabelas de excel
api-rest backend expressjs finances-app jwt-authentication mysql2 node
Last synced: 10 Apr 2026
https://github.com/yasserarkawi/e-store-v.1.0
e-commerce back-end application using: express,mysql2.
backend e-commerce e-store express-js javascipt mysql-database mysql2 node-js
Last synced: 10 Apr 2026
https://github.com/md-rejoyan-islam/kinsust_backend
This is backed api project. This project is build for KIN_SUST( A Voluntary Organization)
express express-validator mysql2 sequelize
Last synced: 10 Apr 2026
https://github.com/2naive/mysql2-cache
MySQL2 upgrade: cache mysql queries, easy shortcuts, logging and debugging.
mysql mysql-cache mysql2 node-cache node-mysql node-mysql2
Last synced: 19 May 2026
https://github.com/yousufislam191/task-management-system
A Task Management System
expressjs jwt-token material-ui mysql2 nodejs reactjs rest-api sequelize-orm tailwind-css
Last synced: 09 Apr 2026
https://github.com/shashwatkathuria/mysql-database-systems
Repository for practising different types of joins, complex queries, nested queries, cross product, etc in MySQL.
joins mysql mysql-database mysql2 nested-queries queries
Last synced: 15 Apr 2026
https://github.com/sabo99/nodejs-restfulapi-jwt-sequelize-mysql
NodeJS-Express | Restful API with MySQL : User Authentication & Authentication JWT (Json Web Token)
expressjs jsonwebtoken mysql2 nodejs restful-api userauthentication
Last synced: 14 Apr 2026
https://github.com/virakkhun/expressjs-boilerplate
This repository was created for building an API using expressjs with Sequelize ORM - MySql RDBMS. Feel free to fork and clone.
expressjs-api mvc-architecture mysql2 nodejs sequelize
Last synced: 30 Sep 2025