{"id":15177779,"url":"https://github.com/harshdoshi999/node-react-social-auth","last_synced_at":"2026-02-27T23:03:00.459Z","repository":{"id":255015066,"uuid":"848252264","full_name":"harshdoshi999/node-react-social-auth","owner":"harshdoshi999","description":"Social authen with NodeJS (ExpressJS) + ReactJS + TailwindCSS + SQLite","archived":false,"fork":false,"pushed_at":"2024-08-27T13:13:49.000Z","size":30,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-05T02:41:56.789Z","etag":null,"topics":["boilerplate","fullstack","google-authentication","google-cloud","nodejs","reactjs","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-27T12:24:35.000Z","updated_at":"2024-08-27T13:15:23.000Z","dependencies_parsed_at":"2024-08-27T14:48:49.534Z","dependency_job_id":null,"html_url":"https://github.com/harshdoshi999/node-react-social-auth","commit_stats":null,"previous_names":["harshdoshi999/node-react-social-auth"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshdoshi999%2Fnode-react-social-auth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshdoshi999%2Fnode-react-social-auth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshdoshi999%2Fnode-react-social-auth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshdoshi999%2Fnode-react-social-auth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/harshdoshi999","download_url":"https://codeload.github.com/harshdoshi999/node-react-social-auth/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240325010,"owners_count":19783597,"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":["boilerplate","fullstack","google-authentication","google-cloud","nodejs","reactjs","sqlite","tailwindcss"],"created_at":"2024-09-27T14:43:13.100Z","updated_at":"2026-02-27T23:03:00.432Z","avatar_url":"https://github.com/harshdoshi999.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# node-react-social-auth\n\nSocial authen 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-social-auth.git\ncd node-react-social-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\n#### Add below details in project's root .env file\n\n```bash\nGOOGLE_CLIENT_ID=\nGOOGLE_CLIENT_SECRET=\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#### Add GOOGLE_CLIENT_ID in frontend/.env\n\n```bash\nREACT_APP_API_BASE_URL=http://localhost:5000/api\nREACT_APP_GOOGLE_CLIENT_ID=\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-social-auth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharshdoshi999%2Fnode-react-social-auth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharshdoshi999%2Fnode-react-social-auth/lists"}