Skip to content

User registration and user login application developed with Node.js and MySQL.

License

Notifications You must be signed in to change notification settings

yusufsefasezer/nodejs-register-login

Repository files navigation

Node.js Register Login

An example of user registration and user login application developed using Node.js, Express.js and MySQL.

The application allows users to register, login and access to the user's private page session information.

Install

Make sure you have Node.js and MySQL installed.

git clone https://github.com/yusufsefasezer/nodejs-register-login.git
cd nodejs-register-login
npm install

1.Import

Upload sql-file.sql to MySQL

2.Configure

Edit the db.js file.

3.Start

npm start

Your app should now be running on localhost:3000.

License

This project is licensed under the MIT License. See the LICENSE file for details

Created by Yusuf Sezer

About

User registration and user login application developed with Node.js and MySQL.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published