{"id":16123602,"url":"https://github.com/mah-shamim/simple-user-authentication-system","last_synced_at":"2025-03-18T12:31:24.632Z","repository":{"id":251992948,"uuid":"838992982","full_name":"mah-shamim/simple-user-authentication-system","owner":"mah-shamim","description":"A basic user registration and login system built with PHP, HTML, jQuery, AJAX, JSON, Bootstrap, CSS, and MySQL. This project demonstrates a simple yet secure way to handle user authentication, including registration, login, and session management.","archived":false,"fork":false,"pushed_at":"2025-01-20T21:43:56.000Z","size":160,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T09:18:00.416Z","etag":null,"topics":["beginner-projects","bootstrap","code-examples","css","hands-on-projects","html","jquery","learning-resources","mysql","open-source","php","php-tutorials","session-management","user-authentication","user-login","user-registration","web-application","web-development"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mah-shamim.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-06T18:45:31.000Z","updated_at":"2025-01-20T21:44:03.000Z","dependencies_parsed_at":"2024-08-07T02:38:50.168Z","dependency_job_id":"d5b2e4db-5ebc-43f1-896d-93ec4fe0aa92","html_url":"https://github.com/mah-shamim/simple-user-authentication-system","commit_stats":null,"previous_names":["mah-shamim/simple-user-authentication-system"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mah-shamim%2Fsimple-user-authentication-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mah-shamim%2Fsimple-user-authentication-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mah-shamim%2Fsimple-user-authentication-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mah-shamim%2Fsimple-user-authentication-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mah-shamim","download_url":"https://codeload.github.com/mah-shamim/simple-user-authentication-system/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243926046,"owners_count":20369911,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["beginner-projects","bootstrap","code-examples","css","hands-on-projects","html","jquery","learning-resources","mysql","open-source","php","php-tutorials","session-management","user-authentication","user-login","user-registration","web-application","web-development"],"created_at":"2024-10-09T21:17:39.170Z","updated_at":"2025-03-18T12:31:24.305Z","avatar_url":"https://github.com/mah-shamim.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple User Authentication System\nA basic user registration and login system built with PHP, HTML, jQuery, AJAX, JSON, Bootstrap, CSS, and MySQL. This project demonstrates a simple yet secure way to handle user authentication, including registration, login, and session management.\n\n**Topics:** `php`, `mysql`, `ajax`, `json`, `bootstrap`, `jquery`, `css`, `user authentication`, `user registration`, `user-login`, `session management`\n\n![simple-user-authentication-system](./assets/images/simple-user-authentication-system.png)\n\n### Install Process\n\n1. **Clone the repository:**\n   ```sh\n   git clone https://github.com/yourusername/simple-user-authentication-system.git\n   ```\n\n2. **Navigate to the project directory:**\n   ```sh\n   cd simple-user-authentication-system\n   ```\n\n3. **Set up the database:**\n    - Create a MySQL database named `user_authentication`.\n    - Import the provided SQL file to create the necessary table:\n      ```sh\n      mysql -u yourusername -p user_authentication \u003c db/database.sql\n      ```\n\n4. **Update the database configuration:**\n    - Copy `config.sample.php` to `config.php`:\n       ```sh\n       cp config.sample.php config.php\n       ```\n    - Open `config.php` and update the database configuration details.\n\n5. **Start the development server:**\n   ```sh\n   php -S localhost:8000\n   ```\n\n6. **Access the application:**\n    - Open your web browser and navigate to `http://localhost:8000`.\n\n\n### File Structure\n\nHere’s a basic file structure for your simple-user-authentication-system application:\n\n```\nsimple-user-authentication-system/\n│\n├── backend/\n│   └── index.php\n│\n├── assets/\n│   ├── css/\n│   │   └── style.css\n│   └── js/\n│       └── script.js\n│\n├── db/\n│   └── database.sql\n│\n├── includes/\n│   ├── config.sample.php\n│   ├── db.php\n│   ├── login.php\n│   ├── logout.php\n│   └── register.php\n│\n├── src/\n│   ├── login.php\n│   ├── logout.php\n│   └── register.php\n│\n├── index.html\n├── register.html\n├── login.html\n├── README.md\n└── .gitignore\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmah-shamim%2Fsimple-user-authentication-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmah-shamim%2Fsimple-user-authentication-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmah-shamim%2Fsimple-user-authentication-system/lists"}