{"id":29356835,"url":"https://github.com/fatima-sami55/notiva","last_synced_at":"2026-04-15T10:37:22.658Z","repository":{"id":221555824,"uuid":"381453080","full_name":"fatima-Sami55/Notiva","owner":"fatima-Sami55","description":"A full-stack Note Taking App built with Node.js, Express, EJS, and MySQL. It features user authentication, session management, and CRUD functionality for personal notes, with secure password handling via Passport and bcrypt. Perfect for managing your notes with login-protected access.","archived":false,"fork":false,"pushed_at":"2025-07-08T11:42:27.000Z","size":73878,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-11T12:06:59.176Z","etag":null,"topics":["aws-rds-mysql","bcrypt","bootstrap","ejs","expressjs","javascript","mysql-database","nodejs","passport","render-deployment"],"latest_commit_sha":null,"homepage":"https://note-taking-app-ky1n.onrender.com","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/fatima-Sami55.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":"2021-06-29T17:57:46.000Z","updated_at":"2025-07-08T11:42:30.000Z","dependencies_parsed_at":"2025-07-01T14:48:51.395Z","dependency_job_id":null,"html_url":"https://github.com/fatima-Sami55/Notiva","commit_stats":null,"previous_names":["fatima-sami55/note-taking-app","fatima-sami55/notiva"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fatima-Sami55/Notiva","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fatima-Sami55%2FNotiva","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fatima-Sami55%2FNotiva/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fatima-Sami55%2FNotiva/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fatima-Sami55%2FNotiva/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fatima-Sami55","download_url":"https://codeload.github.com/fatima-Sami55/Notiva/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fatima-Sami55%2FNotiva/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31837671,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T10:26:52.245Z","status":"ssl_error","status_checked_at":"2026-04-15T10:26:51.649Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["aws-rds-mysql","bcrypt","bootstrap","ejs","expressjs","javascript","mysql-database","nodejs","passport","render-deployment"],"created_at":"2025-07-09T05:07:45.016Z","updated_at":"2026-04-15T10:37:22.614Z","avatar_url":"https://github.com/fatima-Sami55.png","language":"EJS","funding_links":[],"categories":[],"sub_categories":[],"readme":"📓 Note-Taking App\n==================\n\nWelcome to the **Note-Taking App**! 🎉 This is a simple web application built with Node.js and MySQL, designed to allow users to create, edit, and delete notes. 📝\n\n🌐 Check out the [Live Demo](https://note-taking-app-ky1n.onrender.com)!\n\n🛠️ Features\n------------\n\n*   **Create Notes:** Add new notes with a title and content. ✍️\n*   **Edit Notes:** Modify the content of any existing note. ✏️\n*   **Delete Notes:** Remove notes that are no longer needed. 🗑️\n*   **Persistent Data:** Notes are saved in a MySQL database, so they are available even after restarting the app. 🔒\n*   **Simple Interface:** A clean, user-friendly UI for managing your notes. 🎨\n\n🖥️ Technologies Used\n-----------------------\n\n*   **Node.js:** JavaScript runtime for building the backend. 🚀\n*   **Express:** Web framework for Node.js to handle HTTP requests. 🌐\n*   **MySQL:** Database to store user notes. 🗄️\n*   **EJS:** Template engine to render dynamic HTML views. 🖥️\n*   **Passport:** Authentication middleware for handling user login. 🔑\n*   **Bcryptjs:** For securely hashing passwords. 🔒\n*   **Connect-Flash:** For displaying flash messages (success, error, etc.). ⚡\n*   **Dotenv:** For managing environment variables. ⚙️\n\n📝 Installation\n---------------\n\n### Clone the Repository\n\n1\\. To get started, clone the repository to your local machine using the following command:\n\n    git clone https://github.com/fatima-Sami55/Note-App.git\n\n### Install Dependencies\n\n2\\. Navigate to the project directory and install the required dependencies using npm:\n\n    cd Note-App\n    npm install\n\n### Configure the MySQL Database\n\n3\\. Make sure you have MySQL installed on your machine. 🖥️\n\n4\\. Create a database for the app. You can name it `note_app` or any name you prefer. 💾\n\n5\\. Set up your environment variables by creating a `.env` file in the root directory and add the following content (update with your own credentials):\n\n    DB_HOST=localhost\n    DB_USER=root\n    DB_PASSWORD=yourpassword\n    DB_NAME=note_app\n    SESSION_SECRET=yourSecretKey\n\n🚀 Run the Application\n----------------------\n\nStart the app by running:\n\n    npm start\n\nThe app should now be running at [http://localhost:3000](http://localhost:3000) 🎉\n\nMade with 🔥 by Fatima\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffatima-sami55%2Fnotiva","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffatima-sami55%2Fnotiva","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffatima-sami55%2Fnotiva/lists"}