All Projects → manjeshpv → Node Express Passport Mysql

manjeshpv / Node Express Passport Mysql

Login Express + Passport + MySQL

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Node Express Passport Mysql

Laconia
🏺 ‎ A minimalist MVC framework.
Stars: ✭ 307 (-12.03%)
Mutual labels:  database, mysql
Mysql Tutorial
🌱 This is a tutorial of MySQL. In this tutorial, you can leran how to use MySQL and optimize SQL.
Stars: ✭ 346 (-0.86%)
Mutual labels:  database, mysql
Php Sql Query Builder
An elegant lightweight and efficient SQL Query Builder with fluid interface SQL syntax supporting bindings and complicated query generation.
Stars: ✭ 313 (-10.32%)
Mutual labels:  database, mysql
Node Orm2
Object Relational Mapping
Stars: ✭ 3,063 (+777.65%)
Mutual labels:  database, mysql
Gopli
DB replication tool to synchronize data with multi environments written in Golang.
Stars: ✭ 327 (-6.3%)
Mutual labels:  database, mysql
Crud
Relational database library for SQL databases & Go.
Stars: ✭ 296 (-15.19%)
Mutual labels:  database, mysql
Architect
A set of tools which enhances ORMs written in Python with more features
Stars: ✭ 320 (-8.31%)
Mutual labels:  database, mysql
Wetland
A Node.js ORM, mapping-based. Works with MySQL, PostgreSQL, SQLite and more.
Stars: ✭ 261 (-25.21%)
Mutual labels:  database, mysql
Rdbc
Rust DataBase Connectivity (RDBC) :: Common Rust API for database drivers
Stars: ✭ 328 (-6.02%)
Mutual labels:  database, mysql
Crecto
Database wrapper and ORM for Crystal, inspired by Ecto
Stars: ✭ 325 (-6.88%)
Mutual labels:  database, mysql
Dbq
Zero boilerplate database operations for Go
Stars: ✭ 273 (-21.78%)
Mutual labels:  database, mysql
Koa Vue Notes Api
🤓 This is a simple SPA built using Koa as the backend, Vue as the first frontend, and React as the second frontend. Features MySQL integration, user authentication, CRUD note actions, and async/await.
Stars: ✭ 342 (-2.01%)
Mutual labels:  database, mysql
Pg chameleon
MySQL to PostgreSQL replica system
Stars: ✭ 274 (-21.49%)
Mutual labels:  database, mysql
Sql exporter
Database agnostic SQL exporter for Prometheus
Stars: ✭ 301 (-13.75%)
Mutual labels:  database, mysql
Sequelizer
A GUI Desktop App for export sequelize models from database automatically.
Stars: ✭ 273 (-21.78%)
Mutual labels:  database, mysql
Server
EQEmu - Open Source EverQuest Server
Stars: ✭ 319 (-8.6%)
Mutual labels:  database, mysql
Bitnami Docker Mariadb
Bitnami MariaDB Docker Image
Stars: ✭ 251 (-28.08%)
Mutual labels:  database, mysql
Mikro Orm
TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, MySQL, MariaDB, PostgreSQL and SQLite databases.
Stars: ✭ 3,874 (+1010.03%)
Mutual labels:  database, mysql
Rel
💎 Modern Database Access Layer for Golang - Testable, Extendable and Crafted Into a Clean and Elegant API
Stars: ✭ 317 (-9.17%)
Mutual labels:  database, mysql
Pgloader
Migrate to PostgreSQL in a single command!
Stars: ✭ 3,754 (+975.64%)
Mutual labels:  database, mysql

Complete Guide to Node Authentication with MySQL

Code for the entire scotch.io tutorial series: Complete Guide to Node Authentication with MongoDB

Current version database is ported to MySQL

We will be using Passport to authenticate users locally,

Instructions

If you would like to download the code and try it for yourself:

  1. Clone the repo: git clone [email protected]:manjeshpv/node-express-passport-mysql.git
  2. Install packages: npm install
  3. Edit the database configuration: config/database.js
  4. Create the database schema: node scripts/create_database.js
  5. Launch: node server.js
  6. Visit in your browser at: http://localhost:8080

Licence: 1

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].