Skip to content

webdeasy/node-login-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js Login System

This repository contains an application for a complete Node.js Login System. It provides a /sign-up, a /login and and /secret-route route that is only accessable, if the user is successfully logged in.

Setup

  • Clone the repository to your local machine
  • Rename the file .env.template to .env and enter your database credentials
  • Setup an local MySQL database and import the default schema from db/default_schema.sql
  • Install all dependencies with npm i
  • Start the development server with npm run dev

Tutorial

Read the full tutorial on my blog: https://webdeasy.de/en/node-js-login-with-express-jwt-mysql

About

This repository contains an application for a complete Node.js Login System.

Topics

Resources

Stars

Watchers

Forks

Contributors