{"id":23876713,"url":"https://github.com/imhappykumar/quick-notes","last_synced_at":"2026-04-06T01:34:09.063Z","repository":{"id":188901524,"uuid":"675043059","full_name":"ImHappyKumar/quick-notes","owner":"ImHappyKumar","description":"QuickNotes is a web application built using React.js, Node.js, and MongoDB, allowing users to manage their notes with features like user authentication, adding, editing, and deleting notes.","archived":false,"fork":false,"pushed_at":"2023-11-18T12:33:30.000Z","size":289,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-03T19:32:54.712Z","etag":null,"topics":["express","express-validator","expressjs","mongodb","mongoose","mongoose-schema","node","node-js","nodejs","nodemon","react","react-bootstrap","react-components","react-hooks","reactjs","reat-router-dom"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ImHappyKumar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-08-05T15:32:40.000Z","updated_at":"2024-09-03T23:14:12.000Z","dependencies_parsed_at":"2023-08-17T12:08:14.260Z","dependency_job_id":"816832e3-d090-4ac9-9f65-1cf348105c58","html_url":"https://github.com/ImHappyKumar/quick-notes","commit_stats":null,"previous_names":["imhappykumar/quicknotes","imhappykumar/quick-notes"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImHappyKumar%2Fquick-notes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImHappyKumar%2Fquick-notes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImHappyKumar%2Fquick-notes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImHappyKumar%2Fquick-notes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ImHappyKumar","download_url":"https://codeload.github.com/ImHappyKumar/quick-notes/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240238905,"owners_count":19770034,"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":["express","express-validator","expressjs","mongodb","mongoose","mongoose-schema","node","node-js","nodejs","nodemon","react","react-bootstrap","react-components","react-hooks","reactjs","reat-router-dom"],"created_at":"2025-01-03T19:28:58.458Z","updated_at":"2025-12-30T19:41:26.197Z","avatar_url":"https://github.com/ImHappyKumar.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QuickNotes\n\nDeveloped by Happy Kumar\n\nQuickNotes is a web application built using React.js, Node.js, and MongoDB, allowing users to manage their notes with features like user authentication, adding, editing, and deleting notes.\n\n## Features\n\n- User registration and login functionality.\n- Add, edit, and delete notes.\n- Store notes in a MongoDB database.\n- Frontend built using React.js for a dynamic user interface.\n- Backend powered by Node.js and Express for handling API requests.\n\n## Prerequisites\n\nBefore you begin, ensure you have the following installed:\n\n- Node.js: https://nodejs.org/\n- MongoDB: https://www.mongodb.com/\n- Git: https://git-scm.com/\n\n## Installation\n\n1. Clone this repository to your local machine:\n   ```\n   git clone https://github.com/ImHappyKumar/quick-notes.git\n   ```\n2. Navigate to the project directory:\n   ```\n   cd quick-notes\n   ```\n3. Install dependencies for the client (React) and server (Node.js) applications:\n   ```\n   cd client\n   npm install\n   cd ../server\n   npm install\n   ```\n\n## Configuration\n\n1. Example environment variable files are provided:\n\n   - `/client/.env.example`\n   - `/server/.env.example`\n\n2. To configure the application, simply **rename** these files:\n\n   ```\n   mv client/.env.example client/.env\n   mv server/.env.example server/.env\n   ```\n\n3. Update the variable values inside the newly created `.env` files as needed.\n\n### Default `.env` values (examples):\n\n- **Client (`/client/.env`)**\n\n  ```env\n  REACT_APP_HOST=http://localhost:5000\n  ```\n\n- **Server (`/server/.env`)**\n  ```env\n  JWT_Secret=your_secret_key\n  ```\n\n## Usage\n\n1. Start backend and frontend concurrently (from project root):\n   ```\n   npm run both\n   ```\n2. Access the application in your browser at [http://localhost:3000](http://localhost:3000)\n\n## Contributing\n\nContributions are welcome! If you encounter issues or have suggestions, please create an issue or submit a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimhappykumar%2Fquick-notes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimhappykumar%2Fquick-notes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimhappykumar%2Fquick-notes/lists"}