{"id":20554983,"url":"https://github.com/ab70/next-express-pg-auth","last_synced_at":"2026-04-12T00:34:45.053Z","repository":{"id":225094076,"uuid":"764825781","full_name":"ab70/next-express-pg-auth","owner":"ab70","description":null,"archived":false,"fork":false,"pushed_at":"2024-03-17T07:52:40.000Z","size":83,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-02T17:27:31.394Z","etag":null,"topics":["adminer","docker","nextjs","nodejs","postgresql","redis"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/ab70.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-02-28T19:28:03.000Z","updated_at":"2024-03-03T05:03:36.000Z","dependencies_parsed_at":"2025-01-16T17:57:51.239Z","dependency_job_id":"0a7f48be-5fbd-41bd-8485-6bd1e4425407","html_url":"https://github.com/ab70/next-express-pg-auth","commit_stats":null,"previous_names":["ab70/next-express-pg-auth"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ab70/next-express-pg-auth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ab70%2Fnext-express-pg-auth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ab70%2Fnext-express-pg-auth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ab70%2Fnext-express-pg-auth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ab70%2Fnext-express-pg-auth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ab70","download_url":"https://codeload.github.com/ab70/next-express-pg-auth/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ab70%2Fnext-express-pg-auth/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266117909,"owners_count":23879145,"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":["adminer","docker","nextjs","nodejs","postgresql","redis"],"created_at":"2024-11-16T03:15:11.836Z","updated_at":"2026-04-12T00:34:40.001Z","avatar_url":"https://github.com/ab70.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Setup\n\n## Docker\n### Step 1 : \n```\nsudo docker compose up -d\n```\nThis will create docker for redis, postgres and adminer\n### Step 2:\n```\ncd backend/\nnpm i\nnpm run dev\n\n```\nBackend will be running on localhost:4000\n### Step 3: \n```\ncd frontend/\nnpm i\nnpm run dev\n```\nfrontend will be running on localhost:3000\n\n# Frontend url\n#### login page \n```\nlocalhost:3000/\n```\n#### dahboard (will show user list with details if user is logged in or only username as list)\n```\nlocalhost:3000/dashboard\n```\n\n\n# API Endpoints Documentation\n\nWelcome to our API documentation. Below you'll find details about various endpoints available in our API along with example POST requests and their corresponding request bodies.\n\n\u003c!-- ## 1. /users/create --\u003e\n\n### Description:\nCreates a new user in the system.\n\n### SignUp (POST):\nhttp://localhost:4000/api/auth/signup\n### Request Body:\n```json\n{\n    \"userName\": \"ab1\",\n    \"email\": \"ab1@gmail.com\",\n    \"password\": \"12345678\"\n}\n\n```\n### SignIn (POST):\nhttp://localhost:4000/api/auth/signin\n### Request Body:\n```json\n{\n    \"email\": \"ab@gmail.com\",\n    \"password\": \"12345678\"\n}\n```\n\n### Logged In User info/profile (GET)\nhttp://localhost:4000/api/user/user\n\n\n### All user with view count (GET)\nhttp://localhost:4000/api/user/all\n\n### View a User's profile (GET)\n### Description:\nThis will increase view count and will send updated count of this profile.\n\nhttp://localhost:4000/api/user/user/1\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fab70%2Fnext-express-pg-auth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fab70%2Fnext-express-pg-auth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fab70%2Fnext-express-pg-auth/lists"}