{"id":27215354,"url":"https://github.com/saka015/alumnity-be","last_synced_at":"2026-04-08T20:46:07.154Z","repository":{"id":286948068,"uuid":"961097137","full_name":"saka015/alumnity-be","owner":"saka015","description":"Frontend ⬇️","archived":false,"fork":false,"pushed_at":"2025-07-30T22:00:06.000Z","size":425,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-31T00:19:49.962Z","etag":null,"topics":["aws","docker-compose","docker-container","nestjs","nestjs-backend","typescript"],"latest_commit_sha":null,"homepage":"https://github.com/saka015/almunity-client","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/saka015.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,"zenodo":null}},"created_at":"2025-04-05T18:40:20.000Z","updated_at":"2025-07-30T22:00:10.000Z","dependencies_parsed_at":"2025-05-14T11:42:24.490Z","dependency_job_id":"37410ad3-064f-4824-b932-197bca3ac0c1","html_url":"https://github.com/saka015/alumnity-be","commit_stats":null,"previous_names":["saka015/alumnity-be"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/saka015/alumnity-be","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saka015%2Falumnity-be","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saka015%2Falumnity-be/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saka015%2Falumnity-be/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saka015%2Falumnity-be/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saka015","download_url":"https://codeload.github.com/saka015/alumnity-be/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saka015%2Falumnity-be/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31573788,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"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":["aws","docker-compose","docker-container","nestjs","nestjs-backend","typescript"],"created_at":"2025-04-10T04:15:19.224Z","updated_at":"2026-04-08T20:46:07.142Z","avatar_url":"https://github.com/saka015.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Alumnity Server\n\nBackend API for the Alumnity application with secure authentication and user management.\n\n## Features\n\n- **Secure Authentication**: Email OTP-based authentication system\n- **JWT-based Authorization**: Secure API endpoints with JWT tokens\n- **User Management**: Create, update and manage user profiles\n- **Password Security**: Bcrypt password hashing\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js (v14 or higher)\n- MongoDB database\n\n### Installation\n\n1. Clone the repository\n```bash\ngit clone https://github.com/yourusername/alumnity.git\ncd alumnity/server\n```\n\n2. Install dependencies\n```bash\nnpm install\n```\n\n3. Copy the environment variables file and update it with your values\n```bash\ncp .env.example .env\n```\n\n4. Start the development server\n```bash\nnpm run dev\n```\n\n## Environment Variables\n\nCreate a `.env` file with the following variables:\n\n```\nPORT=5000\nNODE_ENV=development\nMONGODB_URI=your_mongodb_connection_string\nJWT_SECRET=your_jwt_secret\nJWT_REFRESH_SECRET=your_refresh_token_secret\nEMAIL_USER=your_email@gmail.com\nEMAIL_PASS=your_email_password\nFRONTEND_URL=http://localhost:3000\n```\n\n## API Endpoints\n\n### Authentication\n\n- `POST /api/v1/auth/register` - Register a new user\n- `POST /api/v1/auth/login` - Login with email and password\n- `POST /api/v1/auth/verify-otp` - Verify OTP and get access token\n- `POST /api/v1/auth/resend-otp` - Resend OTP to email\n- `GET /api/v1/auth/logout` - Logout and clear cookie\n\n### User\n\n- `GET /api/v1/user/profile` - Get user profile\n- `PATCH /api/v1/user/profile` - Update user profile\n- `PATCH /api/v1/user/change-password` - Change user password\n\n## License\n\nMIT ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaka015%2Falumnity-be","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaka015%2Falumnity-be","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaka015%2Falumnity-be/lists"}