{"id":21342809,"url":"https://github.com/colburncodes/podverse","last_synced_at":"2025-09-10T05:12:07.362Z","repository":{"id":198952623,"uuid":"700645099","full_name":"colburncodes/podverse","owner":"colburncodes","description":null,"archived":false,"fork":false,"pushed_at":"2023-10-24T02:24:48.000Z","size":141,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-15T20:14:45.220Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/colburncodes.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}},"created_at":"2023-10-05T02:17:42.000Z","updated_at":"2023-10-07T19:59:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"d5a6e982-0da5-4d3d-a5ab-b68cff171f57","html_url":"https://github.com/colburncodes/podverse","commit_stats":null,"previous_names":["colburncodes/podverse"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colburncodes%2Fpodverse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colburncodes%2Fpodverse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colburncodes%2Fpodverse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colburncodes%2Fpodverse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/colburncodes","download_url":"https://codeload.github.com/colburncodes/podverse/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235143691,"owners_count":18942798,"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":[],"created_at":"2024-11-22T01:10:06.731Z","updated_at":"2025-01-22T15:44:00.185Z","avatar_url":"https://github.com/colburncodes.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Podverse\n\nCreating a server for the mobile application of Podverse.\n\n\n## Badges\n\n[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)\n\n\n\n## Features\n\n- User Registration\n- User Login\n- Authorization with middleware\n- Authentication with JSON web tokens.\n- Email Integration using [Mail Trap](https://mailtrap.io/) and [Beefree](https://beefree.io/)\n\n\n## Tech Stack\n\n**Server:** Node, Express, Mongoose, NodeMailer\n\n## Podverse API Explorer\n\n| Endpoint | Methods | Description |\n| -------- | ------- | ----------- |\n| `auth/create` | `POST` |   Create a new user|\n| `auth/verify-email` | `POST` |   Verify user's email|\n| `auth/send-verify-email` | `POST` |   Verification token to validate user|\n\n## Run Locally\n\nClone the project\n\n```bash\n  git clone https://github.com/colburncodes/podverse\n```\n\nGo to the project directory\n\n```bash\n  cd podverse\n```\n\nInstall dependencies\n\n```bash\n  npm install\n```\n\nCreate a `.env` file in root directory\n\n```\nMONGODB_URI=\"mongodb://localhost:27017/\u003cdb-name\u003e\"\nMAILTRAP_USER=\u003cusertoken\u003e\nMAILTRAP_PASS=\u003cpassword\u003e\n```\n\nStart the server\n\n```bash\n  npm run start to launch the server\n```\n\n```bash\n  npm run dev to launch the server with the hot reload feature\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolburncodes%2Fpodverse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcolburncodes%2Fpodverse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolburncodes%2Fpodverse/lists"}