A simple user authentication system with HTML, CSS, JavaScript (frontend) and PHP, MySQL (backend).
- User registration
- User login
- Database integration
- Import
db/schema.sqlinto MySQL. - Place the
backend/folder in your server root. - Update database credentials in
db_config.php. - Open
frontend/index.htmlin the browser.