{"id":15209054,"url":"https://github.com/kshiti-24/notes-website","last_synced_at":"2026-02-13T06:15:51.522Z","repository":{"id":249675558,"uuid":"832204963","full_name":"Kshiti-24/Notes-Website","owner":"Kshiti-24","description":"This web application allows users to create, manage, and organize their notes efficiently. It uses modern web technologies and integrates Google OAuth for user authentication.","archived":false,"fork":false,"pushed_at":"2024-07-22T16:57:17.000Z","size":110,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-14T10:41:56.195Z","etag":null,"topics":["ejs","expressjs","googleoauth","mongodb","nodejs","passport"],"latest_commit_sha":null,"homepage":"","language":"EJS","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/Kshiti-24.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-07-22T14:29:18.000Z","updated_at":"2024-07-22T16:59:19.000Z","dependencies_parsed_at":"2024-07-22T17:56:24.839Z","dependency_job_id":null,"html_url":"https://github.com/Kshiti-24/Notes-Website","commit_stats":null,"previous_names":["kshiti-24/notes-website"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kshiti-24%2FNotes-Website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kshiti-24%2FNotes-Website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kshiti-24%2FNotes-Website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kshiti-24%2FNotes-Website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kshiti-24","download_url":"https://codeload.github.com/Kshiti-24/Notes-Website/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245940534,"owners_count":20697417,"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":["ejs","expressjs","googleoauth","mongodb","nodejs","passport"],"created_at":"2024-09-28T07:20:51.763Z","updated_at":"2026-02-13T06:15:51.467Z","avatar_url":"https://github.com/Kshiti-24.png","language":"EJS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Notes-Website\n\nWelcome to the Notes-Website project! This web application allows users to create, manage, and organize their notes efficiently. It uses modern web technologies and integrates Google OAuth for user authentication.\n\n## Screenshots\n\n### First Page\n\n![2024-07-22 (5)](https://github.com/user-attachments/assets/4b640cb1-e62b-4a7f-8b7e-1a51dc208c63)\n\n### Home Page\n\n![2024-07-22 (6)](https://github.com/user-attachments/assets/e4931a7e-ea74-41ca-857f-16f94163b13a)\n\n### Add Post\n\n![2024-07-22 (9)](https://github.com/user-attachments/assets/cb8afd9e-4362-4363-abb0-e964fccdfe0c)\n\n### Update Post\n\n![2024-07-22 (7)](https://github.com/user-attachments/assets/7af76d5f-ecca-47a9-b34e-0d4e738caa1b)\n\n### Delete Post\n\n![2024-07-22 (8)](https://github.com/user-attachments/assets/3d9d1751-7004-4ceb-9006-7e09ae49d7c8)\n\n\n\n## Features:\n\n- **Register/Login**: Users can sign up or log in using their Google account.\n- **Add Note**: Users can create new notes.\n- **View Notes**: Users can view all their saved notes.\n- **Update Note**: Users can edit their existing notes.\n- **Delete Note**: Users can delete notes they no longer need.\n- **Search Notes**: Users can search through their notes.\n- **Logout**: Users can log out of their account.\n- **OAuth Integration**: Secure and easy login with Google OAuth 2.0.\n\n### Technologies Used:\n\n- **Node.js**: JavaScript runtime built on Chrome's V8 JavaScript engine.\n- **Express.js**: A fast, unopinionated, minimalist web framework for Node.js.\n- **MongoDB**: NoSQL database for storing notes.\n- **Mongoose**: MongoDB object modeling tool.\n- **EJS**: Embedded JavaScript templating.\n- **Passport**: Authentication middleware for Node.js.\n- **Google OAuth 2.0**: For secure user authentication.\n\n## You need:\n\n- Database (MongoDB)\n- Google Console Account to create the API Auth Key's\n\n## Create .env file\n\nCreate a .env file to store your credentials. Example below:\n\n```\nMONGODB_URI = mongodb+srv://\u003cusername\u003e:\u003cpassword\u003e@mongodburlhere\nGOOGLE_CLIENT_ID= YOUR_GOOGLE_ID_HERE\nGOOGLE_CLIENT_SECRET= YOUR_GOOGLE_CLIENT_SECRET_HERE\nGOOGLE_CALLBACK_URL=http://localhost:3000/google/callback\n```\n\n### Installation\n\n1. Clone the repository:\n    ```bash\n    git clone https://github.com/yourusername/notes-website.git\n    cd notes-website\n    ```\n\n2. Install dependencies:\n    ```bash\n    npm install\n    ```\n\n3. Start the server:\n    ```bash\n    npm start\n    ```\n\n4. Open your browser and navigate to:\n    ```\n    http://localhost:3000\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkshiti-24%2Fnotes-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkshiti-24%2Fnotes-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkshiti-24%2Fnotes-website/lists"}