{"id":15175401,"url":"https://github.com/harshdoshi999/node-react-auth","last_synced_at":"2026-02-07T15:32:40.357Z","repository":{"id":255002607,"uuid":"848216494","full_name":"harshdoshi999/node-react-auth","owner":"harshdoshi999","description":"Authentication system with NodeJS (ExpressJS) + ReactJS + TailwindCSS + SQLite","archived":false,"fork":false,"pushed_at":"2024-08-27T11:43:40.000Z","size":35,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-19T09:49:29.988Z","etag":null,"topics":["authentication","boilerplate","express","fullstack-development","nodejs","react","sqlite","tailwindcss"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/harshdoshi999.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-27T10:59:31.000Z","updated_at":"2025-03-04T06:15:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"f09bca05-f43e-446a-af3b-0a280f81a98b","html_url":"https://github.com/harshdoshi999/node-react-auth","commit_stats":{"total_commits":14,"total_committers":1,"mean_commits":14.0,"dds":0.0,"last_synced_commit":"2a646c1826007167303f0ed317a7f6e0e53b4eaf"},"previous_names":["harshdoshi999/node-react-auth"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/harshdoshi999/node-react-auth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshdoshi999%2Fnode-react-auth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshdoshi999%2Fnode-react-auth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshdoshi999%2Fnode-react-auth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshdoshi999%2Fnode-react-auth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/harshdoshi999","download_url":"https://codeload.github.com/harshdoshi999/node-react-auth/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshdoshi999%2Fnode-react-auth/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29198178,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T14:35:27.868Z","status":"ssl_error","status_checked_at":"2026-02-07T14:25:51.081Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["authentication","boilerplate","express","fullstack-development","nodejs","react","sqlite","tailwindcss"],"created_at":"2024-09-27T12:23:46.562Z","updated_at":"2026-02-07T15:32:40.342Z","avatar_url":"https://github.com/harshdoshi999.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# node-react-auth\n\nAuthentication system with NodeJS (ExpressJS) + ReactJS + TailwindCSS + SQLite\n\n## Project Setup\n\n### 1. Clone the Repository\n\n```bash\ngit clone https://github.com/harshdoshi999/node-react-auth.git\ncd node-react-auth\n```\n\n### 2. Backend Setup (NodeJS)\n\nNavigate to the project's root directory and run the following commands:\n\n```bash\nnpm install\n```\n\n#### Run the Backend Server:\n\n```bash\ncd backend\nnode server.js\n```\n\nThe backend will run on `http://localhost:5000`.\n\n### 3. Frontend Setup (ReactJS + TailwindCSS)\n\nNavigate to the project's root directory and run the following commands:\n\n```bash\ncd frontend\nnpm install\n```\n\n#### Run the Frontend Server:\n\n```bash\nnpm start\n```\n\nThe frontend will run on `http://localhost:3000`.\n\n### 4. View the Login Page\n\nYou can access the login page in your browser by navigating to `http://localhost:3000/login`.\n\n## API Routes\n\n| Method | Route                       | Description                |\n| ------ | --------------------------- | -------------------------- |\n| POST   | `/api/auth/signup`          | Register a new user        |\n| POST   | `/api/auth/login`           | Login a user               |\n| POST   | `/api/auth/forgot-password` | Send a password reset link |\n| POST   | `/api/auth/reset-password`  | Reset the user's password  |\n\n## Frontend Routes\n\n| Path                     | Component          | Description            |\n| ------------------------ | ------------------ | ---------------------- |\n| `/signup`                | Signup.jsx         | User registration page |\n| `/login`                 | Login.jsx          | User login page        |\n| `/forgot-password`       | ForgotPassword.jsx | Forgot password page   |\n| `/reset-password/:token` | ResetPassword.jsx  | Password reset page    |\n\n### Commands to Start the Project\n\n- **Start Backend**: `cd backend \u0026\u0026 node server.js`\n- **Start Frontend**: `cd frontend \u0026\u0026 npm start`\n\n### Links\n\n- [Login Page](http://localhost:3000/login)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharshdoshi999%2Fnode-react-auth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharshdoshi999%2Fnode-react-auth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharshdoshi999%2Fnode-react-auth/lists"}