This is a simple user signup/login system implemented in PHP and MySQL. It is mostly a practice project to me.
- Make sure you have MySQL server installed. Backend will try to connect to it when starting.
- User registration with email and password
- User login with email and password
- Password hashing for secure storage
- MySQL database integration
- Clone the repository:
git clone https://github.com/YozoraWolf/wolf-vitephp-user-system
- Run
php -S localhost:8001
(It can be any port you want)
- Open your web browser and navigate to
http://localhost:8001/login.php
- Register a new user account
- Login with your credentials
This project is licensed under the MIT License.