{"id":26235655,"url":"https://github.com/dxtaner/cv-project-app-nodejs","last_synced_at":"2026-04-10T15:42:08.788Z","repository":{"id":226404294,"uuid":"768590394","full_name":"dxtaner/cv-project-app-nodejs","owner":"dxtaner","description":"cv-project-app-nodejs","archived":false,"fork":false,"pushed_at":"2025-01-27T07:11:40.000Z","size":152,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-27T08:22:41.273Z","etag":null,"topics":["bcrypt","body-parser","dotenv","dotenv-safe","express","jsonwebtoken","mongoose"],"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/dxtaner.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-03-07T11:16:15.000Z","updated_at":"2025-01-27T07:11:43.000Z","dependencies_parsed_at":"2025-01-27T08:31:31.716Z","dependency_job_id":null,"html_url":"https://github.com/dxtaner/cv-project-app-nodejs","commit_stats":null,"previous_names":["dxtaner/cv-project-app-nodejs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dxtaner%2Fcv-project-app-nodejs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dxtaner%2Fcv-project-app-nodejs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dxtaner%2Fcv-project-app-nodejs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dxtaner%2Fcv-project-app-nodejs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dxtaner","download_url":"https://codeload.github.com/dxtaner/cv-project-app-nodejs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243330318,"owners_count":20274039,"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":["bcrypt","body-parser","dotenv","dotenv-safe","express","jsonwebtoken","mongoose"],"created_at":"2025-03-13T03:17:07.512Z","updated_at":"2025-12-30T22:55:00.167Z","avatar_url":"https://github.com/dxtaner.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Cv Project App\n============\n\nThis project is a platform aimed at facilitating the job search process between candidates and companies.\nThe app provides different routes for managing candidates, companies, and administrative operations.\n\nFeatures\n--------\n\n*   Connects to MongoDB using Mongoose.\n*   Has API routes for handling candidates, companies, and admin operations.\n*   Implements CORS (Cross-Origin Resource Sharing) to allow cross-origin requests.\n*   Uses `dotenv-safe` for environment variable management.\n\nInstallation\n------------\n\n1.  Clone the repository:\n    \n        git clone (https://github.com/dxtaner/cv-project-app-nodejs)\n    \n2.  Navigate to the project directory:\n    \n        cd your-repository\n    \n3.  Install the dependencies:\n    \n        npm install\n    \n4.  Create a `.env` file at the root of the project and define the MongoDB URL:\n    \n        MONGODB_URL=mongodb://your-database-url\n    \n5.  Run the application:\n    \n        npm start\n    \n    The app will start running on `http://localhost:3000`.\n\nRoutes\n------\n\n*   **GET /**: Main route for the index.\n*   **GET /candidates**: Get all candidates.\n*   **POST /candidates**: Add a new candidate.\n*   **GET /companies**: Get all companies.\n*   **POST /companies**: Add a new company.\n*   **GET /admin**: Admin dashboard (protected route).\n\nDependencies\n------------\n\n*   `express`: A fast, unopinionated, minimalist web framework for Node.js.\n*   `body-parser`: Middleware to parse incoming request bodies.\n*   `mongoose`: MongoDB object modeling for Node.js.\n*   `dotenv-safe`: A safe way to manage environment variables.\n*   `cors`: Middleware to enable Cross-Origin Resource Sharing.\n\nConfiguration\n-------------\n\nThe application expects an environment variable `MONGODB_URL` to be set in the `.env` file, which holds the MongoDB connection string.\n\nLicense\n-------\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdxtaner%2Fcv-project-app-nodejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdxtaner%2Fcv-project-app-nodejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdxtaner%2Fcv-project-app-nodejs/lists"}