https://github.com/yusufsefasezer/nodejs-register-login
User registration and user login application developed with Node.js and MySQL.
https://github.com/yusufsefasezer/nodejs-register-login
expressjs mysql nodejs user-registration
Last synced: 5 months ago
JSON representation
User registration and user login application developed with Node.js and MySQL.
- Host: GitHub
- URL: https://github.com/yusufsefasezer/nodejs-register-login
- Owner: yusufsefasezer
- License: mit
- Created: 2018-07-25T10:38:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-28T19:23:18.000Z (over 2 years ago)
- Last Synced: 2025-06-14T03:41:10.318Z (6 months ago)
- Topics: expressjs, mysql, nodejs, user-registration
- Language: JavaScript
- Homepage:
- Size: 22.5 KB
- Stars: 24
- Watchers: 1
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](http://nodejs.org/) and [MySQL](http://www.mysql.com/) installed.
```sh
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
```sh
npm start
```
Your app should now be running on [localhost:3000](http://localhost:3000/).
# License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details
Created by [Yusuf Sezer](https://www.yusufsezer.com)