{"id":21440998,"url":"https://github.com/jmcamposdev/fullstackopen-phonebook","last_synced_at":"2025-03-17T00:37:56.271Z","repository":{"id":219545079,"uuid":"749308485","full_name":"jmcamposdev/FullStackOpen-Phonebook","owner":"jmcamposdev","description":"This repository contain the Phonebook project from FullStackOpen","archived":false,"fork":false,"pushed_at":"2024-01-31T11:23:11.000Z","size":124,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-23T10:24:31.558Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/jmcamposdev.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}},"created_at":"2024-01-28T07:24:44.000Z","updated_at":"2024-01-29T06:57:08.000Z","dependencies_parsed_at":"2024-01-31T07:50:42.036Z","dependency_job_id":null,"html_url":"https://github.com/jmcamposdev/FullStackOpen-Phonebook","commit_stats":null,"previous_names":["jmcamposdev/fullstackopen-phonebook"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmcamposdev%2FFullStackOpen-Phonebook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmcamposdev%2FFullStackOpen-Phonebook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmcamposdev%2FFullStackOpen-Phonebook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmcamposdev%2FFullStackOpen-Phonebook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmcamposdev","download_url":"https://codeload.github.com/jmcamposdev/FullStackOpen-Phonebook/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243955750,"owners_count":20374372,"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-23T01:19:50.927Z","updated_at":"2025-03-17T00:37:56.235Z","avatar_url":"https://github.com/jmcamposdev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Full Stack Open - Phonebook Project\n\nWelcome to the repository for my implementation of the Phonebook project from the Full Stack Open course by the University of Helsinki.\n\n## Project Overview\n\nThe Phonebook project is designed to demonstrate the full stack development process. It includes a frontend built with React, communication with a backend server developed using Node.js and Express, and a MongoDB database for storing contact information.\n\n## Repository Structure\n\nThe repository is structured as follows:\n\n- `/frontend`: Contains the React frontend code.\n- `/backend`: Includes the Node.js and Express backend code.\n- `/docs`: Documentation and additional resources.\n\n## Usage Instructions\n\n1. Clone the repository: `git clone https://github.com/jmcamposdev/FullStackOpen-Phonebook.git`\n2. Navigate to the project folder: `cd FullStackOpen-Phonebook`\n3. Explore the `/frontend` and `/backend` folders for the respective code.\n\n## Running the Application\n\n### Frontend\n\n1. Navigate to the `/frontend` folder.\n2. Install dependencies: `npm install`\n3. Start the application: `npm start`\n4. Open [http://localhost:3000](http://localhost:3000) in your browser.\n\n### Backend\n\n1. Navigate to the `/backend` folder.\n2. Install dependencies: `npm install`\n3. Configure MongoDB:\n   - Change the MongoDB connection URL in `/backend/index.js`.\n   - Replace the existing URL with your MongoDB database URL.\n4. Start the server: `npm start`\n5. The backend will run on [http://localhost:3001](http://localhost:3001).\n\n## Configuring MongoDB\n\nIn the `/backend/index.js` file, locate the following line:\n\n```javascript\nmongoose.connect('your_mongodb_url_here', { useNewUrlParser: true, useUnifiedTopology: true });\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmcamposdev%2Ffullstackopen-phonebook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmcamposdev%2Ffullstackopen-phonebook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmcamposdev%2Ffullstackopen-phonebook/lists"}