{"id":30719979,"url":"https://github.com/nayanrdeveloper/profoliohub-api","last_synced_at":"2025-09-03T10:43:06.424Z","repository":{"id":261987216,"uuid":"866547058","full_name":"nayanrdeveloper/profoliohub-api","owner":"nayanrdeveloper","description":"Bakcned Api for ProfolioHub","archived":false,"fork":false,"pushed_at":"2024-11-09T17:58:33.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2024-11-09T18:34:52.941Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/nayanrdeveloper.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-10-02T13:09:57.000Z","updated_at":"2024-11-09T17:58:34.000Z","dependencies_parsed_at":"2024-11-09T18:37:39.208Z","dependency_job_id":"7b6cd844-af46-4dd1-8704-975484c20c00","html_url":"https://github.com/nayanrdeveloper/profoliohub-api","commit_stats":null,"previous_names":["nayanrdeveloper/profoliohub-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nayanrdeveloper/profoliohub-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nayanrdeveloper%2Fprofoliohub-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nayanrdeveloper%2Fprofoliohub-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nayanrdeveloper%2Fprofoliohub-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nayanrdeveloper%2Fprofoliohub-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nayanrdeveloper","download_url":"https://codeload.github.com/nayanrdeveloper/profoliohub-api/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nayanrdeveloper%2Fprofoliohub-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273431416,"owners_count":25104496,"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","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-09-03T10:43:05.584Z","updated_at":"2025-09-03T10:43:06.404Z","avatar_url":"https://github.com/nayanrdeveloper.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ProFolioHub API\n\nThis project is a Dynamic portfolio service built using **GoLang**, **Gin Web Framework**, and **MongoDB**.\n\n## Project Structure\n\n/go-user-auth │ ├── /config # Configuration settings like env variables ├── /controllers # Logic for API controllers ├── /models # Database models ├── /routes # API routes ├── /services # Services for handling database interactions ├── /middlewares # Middleware for handling authentication, logging, etc. ├── /helpers # Reusable helper functions (e.g., JWT, hashing, etc.) ├── /database # MongoDB connection setup ├── /docs # API documentation (e.g., Swagger) ├── .env # Environment variables (DB connection, secret keys, etc.) ├── main.go # Entry point for the application └── go.mod # Go module configuration\n\n## Requirements\n\n- Go 1.16+\n- MongoDB 4.0+\n- Gin Web Framework\n- JWT for authentication\n- bcrypt for password hashing\n- Godotenv for environment variable management\n\n## Installation\n\n1. Clone the repository:\n\n    ```bash\n    git clone https://github.com/your-username/go-user-auth.git\n    cd go-user-auth\n    ```\n\n2. Install the required Go modules:\n\n    ```bash\n    go mod tidy\n    ```\n\n3. Create an `.env` file in the root directory with the following content:\n\n    ```env\n    PORT=8080\n    MONGO_URI=mongodb://localhost:27017\n    JWT_SECRET=your_jwt_secret\n    ```\n\n4. Start the application:\n\n    ```bash\n    go run main.go\n    ```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnayanrdeveloper%2Fprofoliohub-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnayanrdeveloper%2Fprofoliohub-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnayanrdeveloper%2Fprofoliohub-api/lists"}