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.
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
Upload sql-file.sql
to MySQL
Edit the db.js
file.
npm start
Your app should now be running on localhost:3000.
This project is licensed under the MIT License. See the LICENSE file for details
Created by Yusuf Sezer