{"id":28717954,"url":"https://github.com/aditya-shukla-professional/book-summary","last_synced_at":"2026-04-13T00:40:32.244Z","repository":{"id":296204967,"uuid":"992602257","full_name":"Aditya-Shukla-Professional/Book-Summary","owner":"Aditya-Shukla-Professional","description":"A web app for users to securely log, manage, and sort notes about books they've read.","archived":false,"fork":false,"pushed_at":"2025-05-29T13:01:22.000Z","size":47,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-15T04:08:42.514Z","etag":null,"topics":["ejs","javascript","nodejs","postgresql","sql"],"latest_commit_sha":null,"homepage":"https://book-summary-sffp.onrender.com","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/Aditya-Shukla-Professional.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":"2025-05-29T12:23:40.000Z","updated_at":"2025-05-29T13:01:26.000Z","dependencies_parsed_at":"2025-05-29T14:06:30.827Z","dependency_job_id":null,"html_url":"https://github.com/Aditya-Shukla-Professional/Book-Summary","commit_stats":null,"previous_names":["aditya-shukla-professional/book-summary"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Aditya-Shukla-Professional/Book-Summary","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aditya-Shukla-Professional%2FBook-Summary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aditya-Shukla-Professional%2FBook-Summary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aditya-Shukla-Professional%2FBook-Summary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aditya-Shukla-Professional%2FBook-Summary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aditya-Shukla-Professional","download_url":"https://codeload.github.com/Aditya-Shukla-Professional/Book-Summary/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aditya-Shukla-Professional%2FBook-Summary/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259919460,"owners_count":22932073,"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","javascript","nodejs","postgresql","sql"],"created_at":"2025-06-15T04:08:42.558Z","updated_at":"2026-04-13T00:40:32.201Z","avatar_url":"https://github.com/Aditya-Shukla-Professional.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"📚 Book Summary Web App\n=======================\n\n**Developed by:** Aditya Shukla     [GitHub Repository](https://github.com/Aditya-Shukla-Professional/Book-Summary.git)\n\n* * *\n\n🔐 Secure Login System\n----------------------\n\nThis web application features a secure user authentication system where:\n\n*   Passwords are **hashed and salted** for maximum protection.\n*   Only registered users can log in and access the main functionality.\n\n* * *\n\n📖 Core Features\n----------------\n\nOnce logged in, users can:\n\n*   📝 Enter a **Book Title**\n*   📄 Write and save their own **Book Summary**\n*   🔢 Input the **ISBN number**\n\nAll entries are securely stored and linked to the logged-in user's account.\n\n* * *\n\n⚙️ How to Fork \u0026 Run Locally\n----------------------------\n\n1.  **Fork the Repository**  \n    Click the _Fork_ button on the top-right corner of the [repository](https://github.com/Aditya-Shukla-Professional/Book-Summary.git).\n2.  **Clone Your Fork**  \n    Open a terminal and run:  \n    `git clone https://github.com/your-username/Book-Summary.git`\n3.  **Install Dependencies**  \n    Navigate into the project folder:  \n    `cd Book-Summary`  \n    Then run:  \n    `npm install`\n4.  **Set Environment Variable**  \n    Create a file named `.env` in the root directory with:  \n    \n    SESSION\\_SECRET=your\\_secure\\_random\\_string\n        \n    \n    Replace `your_secure_random_string` with a long, random string.\n5.  **Run the App**  \n    Start the server with:  \n    `node app.js`  \n    Or, for automatic restarts on file change:  \n    `npx nodemon app.js`\n6.  **Access Locally**  \n    Open your browser and visit:  \n    [http://localhost:3000](http://localhost:3000)\n\n* * *\n\n🚀 Live Demo\n------------\n\nExperience the app live at:  \n[https://book-summary-sffp.onrender.com](https://book-summary-sffp.onrender.com)\n\n* * *\n\n📌 Please Note\n--------------\n\nThis is a student project created by Aditya Shukla using the **free tier** of:\n\n*   🖥️ **Render** (for web hosting)\n*   🗃️ **PostgreSQL** (for database)\n\nBecause of this, the live version may occasionally go to sleep or stop working if resource limits are exceeded.\n\n* * *\n\n💬 Feedback or Issues?\n----------------------\n\nFound a bug? Have a suggestion? Want to contribute?  \nFeel free to [open an issue](https://github.com/Aditya-Shukla-Professional/Book-Summary/issues) or submit a pull request!\n\n* * *\n\n### Connect with me:\n\n\u003cp align=\"left\"\u003e\n\u003ca href=\"https://www.linkedin.com/in/aditya-shukla-8b3494341/\" target=\"blank\"\u003e\u003cimg align=\"center\" src=\"https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/linked-in-alt.svg\" alt=\"aditya shukla\" height=\"30\" width=\"40\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n**Made with ❤️ by Aditya Shukla**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faditya-shukla-professional%2Fbook-summary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faditya-shukla-professional%2Fbook-summary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faditya-shukla-professional%2Fbook-summary/lists"}