Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React with authentication

This project demonstrates a full-stack web application featuring user authentication using JWT (JSON Web Tokens). The frontend is built with React, utilizing useContext for managing authentication state. The backend is developed with Express.js and MySQL

Features

  1. User Authentication: Secure login and registration system using JWT for token-based authentication.
  2. Frontend: Built with React, employing useContext for managing authentication state across the application.
  3. Backend: Developed with Express.js, serving as the API layer to handle user requests and interactions with the MySQL database.
  4. Database: MySQL is used to store user credentials and other necessary data securely.
  5. Notifications: Integration with LINE notifications to alert users upon successful login (Note: LINE notification feature is not supported as of 2025)

Environment for Backend

PORT = 5500

DB_HOST = localhost

DB_USER = root

DB_PASS = ''

DB_NAME = ''

JWT_SECRET=''

LINE_TOKEN = ''

Tech Stack

Client: React, MUI

Server: Node, Express, MySQL

Demo

image image image

About

React frontend (useContext for auth state) + Express.js backend (MySQL) | Login with JWT, Line notifications (not supported in 2025)

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages