{"id":20298499,"url":"https://github.com/hashirmeraj/prodigy_fs_01","last_synced_at":"2026-04-11T01:18:25.258Z","repository":{"id":255193906,"uuid":"848770276","full_name":"hashirmeraj/PRODIGY_FS_01","owner":"hashirmeraj","description":"A secure user authentication system with login and registration functionality, built using PHP, MySQL, HTML, CSS (Tailwind), and JavaScript.","archived":false,"fork":false,"pushed_at":"2024-08-30T06:02:53.000Z","size":4032,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-04T06:12:43.252Z","etag":null,"topics":["backend","javascript","login","mysql","php","registration","secure-login","tailwindcss","user-authentication","web","webdevelopment"],"latest_commit_sha":null,"homepage":"http://prodigy-fs-01.infinityfreeapp.com/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hashirmeraj.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-28T11:29:51.000Z","updated_at":"2024-09-06T06:30:16.000Z","dependencies_parsed_at":"2024-11-14T16:09:55.671Z","dependency_job_id":null,"html_url":"https://github.com/hashirmeraj/PRODIGY_FS_01","commit_stats":null,"previous_names":["hashirmeraj/user_authentication","hashirmeraj/prodigy_fs_01"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hashirmeraj/PRODIGY_FS_01","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashirmeraj%2FPRODIGY_FS_01","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashirmeraj%2FPRODIGY_FS_01/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashirmeraj%2FPRODIGY_FS_01/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashirmeraj%2FPRODIGY_FS_01/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hashirmeraj","download_url":"https://codeload.github.com/hashirmeraj/PRODIGY_FS_01/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashirmeraj%2FPRODIGY_FS_01/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017453,"owners_count":26086081,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["backend","javascript","login","mysql","php","registration","secure-login","tailwindcss","user-authentication","web","webdevelopment"],"created_at":"2024-11-14T16:09:56.588Z","updated_at":"2025-10-14T01:15:14.581Z","avatar_url":"https://github.com/hashirmeraj.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# User Authentication System\n\nA secure user authentication system with login and registration functionality, built using PHP, MySQL, HTML, CSS (Tailwind), and JavaScript.\n\n## Features\n\n- **User Registration**: Allows users to sign up for an account by providing necessary details.\n- **User Login**: Users can log in securely using their credentials.\n- **Protected Routes**: Access to specific pages is restricted and requires successful authentication.\n- **Password Hashing**: Ensures that user passwords are stored securely in the database.\n- **Session Management**: Maintains user sessions to handle login status across pages.\n\n\n## Tech Stack\n\n- **Frontend**: HTML, CSS (Tailwind), JavaScript\n- **Backend**: PHP\n- **Database**: MySQL\n\n## Installation\n\n1. **Clone the repository**:\n   ```bash\n   git clone https://github.com/hashirmeraj/PRODIGY_FS_01.git\n   ```\n2. **Navigate to the project directory**:\n   ```bash\n   cd PRODIGY_FS_01\n   ```\n3. **Setup the database**:\n   - Create a new MySQL database.\n   - Import the provided SQL file (`users1.sql`) to set up the necessary tables.\n\n4. **Configure the database connection**:\n   \n   - Open the file ./particles/config.php in a text editor.\n   - Update the `config.php` file with your database credentials.\n\n   \n   ```php\n      \u003c?php\n         $servername = 'localhost';\n         $username = 'root';\n         $password = '';\n         $dbname = 'users1';\n\n         // Create connection\n         $conn = mysqli_connect($servername, $username, $password, $dbname);\n\n         // Check connection\n         if (!$conn) {\n             die(\"Connection failed: \" . mysqli_connect_error());\n         }\n      ?\u003e\n   ```\n\n5. **Run the project**:\n   - Place the project files in the root directory of your server (e.g., `htdocs` for XAMPP).\n   - Start the server and navigate to `http://localhost/PRODIGY_FS_01` in your browser.\n\n## Usage\n\n- **Sign Up**: Create a new account using the registration form.\n- **Log In**: Access your account by entering your credentials.\n- **Access Protected Pages**: Navigate through the application and access restricted content based on your authentication status.\n\n## Contact\n\nFor any inquiries or support, please contact [hashirmeraj1@gmail.com].\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhashirmeraj%2Fprodigy_fs_01","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhashirmeraj%2Fprodigy_fs_01","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhashirmeraj%2Fprodigy_fs_01/lists"}