{"id":29130454,"url":"https://github.com/fatima-sami55/acess","last_synced_at":"2026-04-10T00:07:55.965Z","repository":{"id":301921611,"uuid":"1010675672","full_name":"fatima-Sami55/Acess","owner":"fatima-Sami55","description":"Acess is a fully responsive, feature-rich e-commerce web app built with Node.js, MSSQL (Azure), UI tools — offering seamless shopping, real-time notifications and much more. ✨","archived":false,"fork":false,"pushed_at":"2025-06-29T15:59:05.000Z","size":45698,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-29T16:37:28.789Z","etag":null,"topics":["azure-database","bcrypt","bootstrap5","ejs-templates","expressjs","flash","mssql-database","multer","nodecron","nodejs","nodemailer","nodemon","socket-io","tailwindcss","validator"],"latest_commit_sha":null,"homepage":"","language":"EJS","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/fatima-Sami55.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,"zenodo":null}},"created_at":"2025-06-29T15:21:47.000Z","updated_at":"2025-06-29T15:59:19.000Z","dependencies_parsed_at":"2025-06-29T16:49:10.258Z","dependency_job_id":null,"html_url":"https://github.com/fatima-Sami55/Acess","commit_stats":null,"previous_names":["fatima-sami55/acess"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fatima-Sami55/Acess","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fatima-Sami55%2FAcess","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fatima-Sami55%2FAcess/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fatima-Sami55%2FAcess/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fatima-Sami55%2FAcess/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fatima-Sami55","download_url":"https://codeload.github.com/fatima-Sami55/Acess/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fatima-Sami55%2FAcess/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262708005,"owners_count":23351532,"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":["azure-database","bcrypt","bootstrap5","ejs-templates","expressjs","flash","mssql-database","multer","nodecron","nodejs","nodemailer","nodemon","socket-io","tailwindcss","validator"],"created_at":"2025-06-30T04:05:43.422Z","updated_at":"2025-12-30T20:06:43.517Z","avatar_url":"https://github.com/fatima-Sami55.png","language":"EJS","funding_links":[],"categories":[],"sub_categories":[],"readme":"🛍️ Acess — E-commerce Web Application\n======================================\n\nA modern, full-featured, and responsive e-commerce web application built with Node.js, Express, EJS, and Microsoft SQL Server (hosted on Azure).\n\n🎯 Project Overview\n-------------------\n\n**Acess** is an end-to-end e-commerce platform designed for modern retail experiences. It includes user authentication, cart \u0026 wishlist features, real-time notifications, email verification, order management, admin dashboards, and mobile-first responsive UI — all backed by a robust MSSQL database deployed on Microsoft Azure.\n\n⚙️ Core Functionality\n---------------------\n\n*   👤 User registration, login, and email verification\n*   🛒 Cart and wishlist functionality with session handling\n*   📦 Order placement, tracking, and review submission\n*   🔔 Real-time notifications (Socket.IO) for order status\n*   📧 Email sending using Nodemailer (e.g., activation links, order confirmations)\n*   🖼️ Product image uploads via Multer\n*   🕐 Cron jobs for background tasks like notifications\n*   📱  Mobile-responsive design with custom breakpoints\n*   👉 And much more\n\n💻 Tech Stack\n-------------\n\n##### 🧠 Backend\n\n*   **Node.js \u0026 Express** — Core server logic and routing\n*   **MSSQL (via `mssql`)** — Main database, hosted on Azure\n*   **connect-mssql-v2** — Session store using SQL Server\n*   **Passport.js** — Local strategy for user authentication\n*   **Socket.IO** — Real-time communication for notifications\n*   **Node-cron** — Task scheduling for background jobs\n\n##### 🎨 Frontend\n\n*   **EJS** — Templating engine for server-rendered HTML\n*   **Bootstrap 5** — Responsive layout and UI components\n*   **TailwindCSS** — Utility-first styling for custom design\n*   **JavaScript** — Form validation, AJAX, and dynamic UI behavior\n\n🌐 Responsiveness\n-----------------\n\nThe entire application is built with a mobile-first approach using Bootstrap grid system and Tailwind utility classes. The layout adapts seamlessly across:\n\n*   📱 Mobile (hamburger menus, stacked layouts)\n*   💻 Desktop (sidebars, dropdowns, modals)\n*   🖥️ Large screens (multi-column product galleries)\n\n☁️ Deployment \u0026 Hosting\n-----------------------\n\nThe MSSQL database is hosted on **Microsoft Azure** for scalability and cloud reliability. The app is production-ready for deployment on platforms like Render, Railway, or custom VPS environments.\n\n🚀 Installation \u0026 Setup\n-----------------------\n\n1.  Clone the repository\n2.  Install dependencies:\n    \n        npm install\n    \n3.  Create a `.env` file with the following variables:\n\n*    PORT=3000\n*    DB_USER=your_db_username\n*    DB_PASSWORD=your_password\n*    DB_NAME=your_database_name\n*    SESSION_SECRET=your_secure_secret\n*    EMAIL_USER=\u003cyouremail@example.com\u003e\n*    EMAIL_PASS=emailpassword\n*    BASE_URL=\u003chttp://localhost:{port}\u003e\n\n\n4.  Run the development server:\n    \n        npm run dev\n    \n📄 License\n----------\n\nThis project is licensed under the **MIT License**. You are free to use, modify, and distribute it with proper attribution.\n\n* * *\n\n© 2025 Acess WebApp — All Rights Reserved","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffatima-sami55%2Facess","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffatima-sami55%2Facess","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffatima-sami55%2Facess/lists"}