{"id":26871354,"url":"https://github.com/amir76717/pageturner","last_synced_at":"2026-01-08T09:04:41.348Z","repository":{"id":283069093,"uuid":"950570000","full_name":"Amir76717/PageTurner","owner":"Amir76717","description":"PageTurner is a sophisticated online bookstore platform built on the MEAN stack (MongoDB, Express.js, Angular, and Node.js). Designed for the Information Technology Institute (ITI), this application offers a full-featured e-commerce experience tailored for book lovers and retailers alike.","archived":false,"fork":false,"pushed_at":"2025-03-21T08:46:11.000Z","size":435,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-31T07:19:10.337Z","etag":null,"topics":["angular","expressjs","mongodb","nodejs"],"latest_commit_sha":null,"homepage":"","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/Amir76717.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":"2025-03-18T11:13:29.000Z","updated_at":"2025-03-21T08:46:23.000Z","dependencies_parsed_at":"2025-03-18T12:42:29.051Z","dependency_job_id":"06bb8515-5d73-4a67-a6ea-f57b534b9fd9","html_url":"https://github.com/Amir76717/PageTurner","commit_stats":null,"previous_names":["amir76717/pageturner-book-store-e-commerce-platform","amir76717/pageturner"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amir76717%2FPageTurner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amir76717%2FPageTurner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amir76717%2FPageTurner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amir76717%2FPageTurner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Amir76717","download_url":"https://codeload.github.com/Amir76717/PageTurner/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246429484,"owners_count":20775809,"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":["angular","expressjs","mongodb","nodejs"],"created_at":"2025-03-31T07:19:13.245Z","updated_at":"2026-01-08T09:04:35.907Z","avatar_url":"https://github.com/Amir76717.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PageTurner-Book-Store-E-commerce-Platform\r\nPageTurner is a sophisticated online bookstore platform built on the MEAN stack (MongoDB, Express.js, Angular, and Node.js). Designed for the Information Technology Institute (ITI), this application offers a full-featured e-commerce experience tailored for book lovers and retailers alike.\r\n\r\n![MEAN Stack](https://img.shields.io/badge/MEAN-Stack-green.svg)\r\n![License](https://img.shields.io/badge/License-MIT-blue.svg)\r\n![Last Commit](https://img.shields.io/badge/Last%20Updated-March%202025-brightgreen)\r\n\r\n## ⚡ Features\r\n\r\n- **User Authentication System:** Secure login and registration systems for users.\r\n- **Dynamic Book Catalog:** Admins can manage book listings with ease.\r\n- **Shopping Cart \u0026 Checkout:** Full e-commerce capabilities including a shopping cart and checkout process.\r\n- **Order Tracking:** Users can track their orders in real-time.\r\n- **Responsive Design:** A mobile-friendly design ensures accessibility on all devices.\r\n- **Secure Payment Integration:** Integrates with leading payment gateways for secure transactions.\r\n- **Advanced Search:** Users can search for books by title, author, or ISBN.\r\n\r\n## 📂 Project Structure\r\n\r\n```\r\nPageTurner/\r\n├── client/                     # Angular front-end\r\n│   ├── src/\r\n│   │   ├── app/\r\n│   │   ├── assets/\r\n│   │   └── styles/\r\n│   ├── angular.json\r\n│   ├── package.json\r\n│   └── tsconfig.json\r\n│\r\n├── server/                     # Express back-end\r\n│   ├── config/\r\n│   ├── controllers/\r\n│   ├── models/\r\n│   ├── routes/\r\n│   ├── services/\r\n│   ├── validations/\r\n│   ├── app.js\r\n│   └── server.js\r\n│\r\n├── .gitignore\r\n├── package.json\r\n└── README.md\r\n```\r\n\r\n## 🚀 Technology Stack\r\n\r\n### Frontend\r\n\r\n- Angular v13+\r\n- Angular Material\r\n- NgRx\r\n- RxJS\r\n- HTML5 \u0026 CSS3/SCSS\r\n- Bootstrap\r\n\r\n### Backend\r\n\r\n- Node.js\r\n- Express.js\r\n- MongoDB\r\n- Mongoose\r\n- JWT\r\n- Bcrypt\r\n\r\n### DevOps \u0026 Tools\r\n\r\n- Git \u0026 GitHub\r\n- npm\r\n- ESLint \u0026 Prettier\r\n- Jest \u0026 Jasmine\r\n\r\n## ⚙️ Getting Started\r\n\r\n### Prerequisites\r\n\r\n- Node.js (v14+)\r\n- npm or yarn\r\n- Angular CLI (v13+)\r\n- MongoDB\r\n\r\n### Installation and Setup\r\n\r\n1. **Clone the repository:**\r\n\r\n   ```bash\r\n   git clone https://github.com/ahmed-el-amine/PageTurner.git\r\n   cd PageTurner\r\n   ```\r\n\r\n2. **Backend setup:**\r\n\r\n   ```bash\r\n   cd apps/server\r\n   npm install\r\n   npm run dev\r\n   ```\r\n\r\n3. **Setup Frontend**\r\n\r\n```bash\r\ncd ../client\r\nnpm install\r\nng serve\r\n````\r\n\r\n4. **Access the Application**\r\n   - Frontend: http://localhost:4200\r\n   - Backend API: http://localhost:5000/api\r\n\r\n## 🖥️ Application Features\r\n\r\n### For Customers\r\n\r\n- Register and authenticate securely.\r\n- Explore books by various categories.\r\n- Add books to the cart and proceed through a secure checkout process.\r\n- Review and rate purchased books.\r\n- Manage personal user profiles.\r\n\r\n### For Admins \r\n\r\n- Manage inventory, including add, edit, and remove listings.\r\n- Oversee order processing and status updates.\r\n- Analyze sales data and generate reports.\r\n- Control user access and roles.\r\n\r\n## 📜 License\r\n\r\nThis project is licensed under the MIT License - see the LICENSE file for details.\r\n\r\n## 🙏 Acknowledgements\r\n\r\n- Appreciation to the Information Technology Institute (ITI) for their guidance.\r\n- Gratitude to the MEAN Stack community for their invaluable resources.\r\n\r\n---\r\n\r\nMade with ❤️ by the PageTurner Development Team\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famir76717%2Fpageturner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famir76717%2Fpageturner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famir76717%2Fpageturner/lists"}