{"id":23283597,"url":"https://github.com/sharif-minhaz/cv-builder","last_synced_at":"2026-04-02T03:04:06.459Z","repository":{"id":264420755,"uuid":"893320412","full_name":"Sharif-Minhaz/cv-builder","owner":"Sharif-Minhaz","description":"A CV builder project where you can build your own cv ","archived":false,"fork":false,"pushed_at":"2024-12-24T12:31:26.000Z","size":1605,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-03T15:37:38.805Z","etag":null,"topics":["cv","cv-builder","mantine","mongoose","react","redux-toolkit-query","redx-toolkit"],"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/Sharif-Minhaz.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":"2024-11-24T05:40:39.000Z","updated_at":"2025-02-18T06:39:07.000Z","dependencies_parsed_at":"2025-07-10T22:48:07.255Z","dependency_job_id":null,"html_url":"https://github.com/Sharif-Minhaz/cv-builder","commit_stats":null,"previous_names":["sharif-minhaz/cv-builder"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Sharif-Minhaz/cv-builder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sharif-Minhaz%2Fcv-builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sharif-Minhaz%2Fcv-builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sharif-Minhaz%2Fcv-builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sharif-Minhaz%2Fcv-builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sharif-Minhaz","download_url":"https://codeload.github.com/Sharif-Minhaz/cv-builder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sharif-Minhaz%2Fcv-builder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31294828,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T01:43:37.129Z","status":"online","status_checked_at":"2026-04-02T02:00:08.535Z","response_time":89,"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":["cv","cv-builder","mantine","mongoose","react","redux-toolkit-query","redx-toolkit"],"created_at":"2024-12-20T01:30:26.306Z","updated_at":"2026-04-02T03:04:06.430Z","avatar_url":"https://github.com/Sharif-Minhaz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CV Builder App Setup Guide\n\n## Getting Started\n\nFollow these steps to set up and run the application with Vite.\n\n---\n\n### 1. Prerequisites\n\nEnsure the following are installed on your system:\n\n-   **Node.js** (v14.18+ recommended)\n-   **npm** (npm comes bundled with Node.js)\n\n---\n\n### 2. Clone an Existing Repository\n\nIf you're starting from an existing repository, follow these steps:\n\n1. Clone the repository:\n\n    ```bash\n    git clone https://github.com/rightbrain/signup-node.git\n    ```\n\n2. Move into the project folder:\n\n    ```bash\n    cd /signup-node/client\n    ```\n\n3. Install the required dependencies:\n\n    ```bash\n    npm i\n    ```\n\n### 3. Set Up Environment Variables\n\n1. In the root directory of your project, create a `.env` file:\n\n    ```bash\n    touch .env\n    ```\n\n2. Open the `.env` file and add the following variables:\n    ```bash\n    VITE_API_BASE_URL=http://localhost:8080/api/v1\n    VITE_BASE_URL=http://localhost:8080\n    ```\n\n### 4. Start the Development Server:\n\nRun the following command to start the development server:\n\n```bash\nnpm run dev\n```\n\nNote: First set up the backend server, then run the frontend on the browser.\n\n---\n\n## Backend setup\n\n1. Move to the backend directory with another terminal window:\n    ```bash\n    cd /server\n    ```\n2. Install the required dependencies:\n    ```bash\n    npm i\n    ```\n\n## Environment setup\n\n1. In the root directory of your project, create a `.env` file:\n    ```bash\n    touch .env\n    ```\n2. Open the `.env` file and add the following variables:\n    ```bash\n    MONGODB_URI=mongodb://localhost:27017/cv_bilder_DB\n    JWT_SECRET=demo_rbs123\n    ```\n\n## Install MongoDB and MongoDB Compass (Database GUI) for Ubuntu (Other platforms may require different instructions)\n\n1. Download and install MongoDB from [https://www.mongodb.com/docs/manual/tutorial/install-mongodb-on-ubuntu/#std-label-install-mdb-community-ubuntu](https://www.mongodb.com/docs/manual/tutorial/install-mongodb-on-ubuntu/#std-label-install-mdb-community-ubuntu).\n\n2. Verify MongoDB installation:\n    ```bash\n    sudo systemctl status mongod\n    ```\n3. Download and install MongoDB Compass from [https://www.mongodb.com/try/download/compass](https://www.mongodb.com/try/download/compass).\n\n4. Verify MongoDB Compass installation:\n    ```bash\n    mongodb-compass --version\n    ```\n\n## Create a new Database\n\n1. Open MongoDB Compass.\n    ```bash\n    mongodb-compass\n    ```\n2. Click on the new connection button (+) button.\n3. With the uri set to `mongodb://localhost:27017` and set a name, finally press save \u0026 connect button.\n4. Create a new database by selecting the new created connection. Enter a name for your database ( \"cv_bilder_DB\" in this case, so that it matches the name in the `.env` file).\n5. Enter the database name and a collection name ( \"users\" in this case, all the other collections will be created automatically).\n6. Click on the \"Create Database\" button.\n7. You should now have a new database named \"cv_bilder_DB\" in MongoDB Compass.\n\n## Start the backend server\n\n1. Run the following command to start the backend server:\n\n    ```bash\n    npm run dev\n    ```\n\n2. The backend server should start running in the background, and you should see a message indicating that the server is running at `http://localhost:8080` in your terminal.\n\n## View the Frontend\n\nOpen a browser and visit `http://localhost:5173`. You should see the CV Builder App running in development mode.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsharif-minhaz%2Fcv-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsharif-minhaz%2Fcv-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsharif-minhaz%2Fcv-builder/lists"}