{"id":23280655,"url":"https://github.com/syedzohaib-dev/fullstack","last_synced_at":"2025-04-06T13:34:19.071Z","repository":{"id":190227730,"uuid":"682148213","full_name":"syedzohaib-dev/FullStack","owner":"syedzohaib-dev","description":"I will create an complete mern app using REACT JS EXPRESS JS","archived":false,"fork":false,"pushed_at":"2023-08-23T17:08:27.000Z","size":292,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-12T19:47:35.646Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://tame-pink-indri-veil.cyclic.cloud/","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/syedzohaib-dev.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}},"created_at":"2023-08-23T14:42:49.000Z","updated_at":"2024-10-21T12:04:15.000Z","dependencies_parsed_at":"2023-08-23T18:41:34.967Z","dependency_job_id":null,"html_url":"https://github.com/syedzohaib-dev/FullStack","commit_stats":null,"previous_names":["syedzohaib-dev/fullstack"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syedzohaib-dev%2FFullStack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syedzohaib-dev%2FFullStack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syedzohaib-dev%2FFullStack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syedzohaib-dev%2FFullStack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/syedzohaib-dev","download_url":"https://codeload.github.com/syedzohaib-dev/FullStack/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247489078,"owners_count":20947050,"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":[],"created_at":"2024-12-19T23:37:50.004Z","updated_at":"2025-04-06T13:34:19.051Z","avatar_url":"https://github.com/syedzohaib-dev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Emart\n\n## Demo\nhttps://tame-pink-indri-veil.cyclic.cloud/\n\nThis repository contains the code and resources for a full stack website developed by  Syed Zohaib Akhter  under the guidance of instructor Sir  Usama Usman.  The website is built using a combination of modern technologies, including React.js for the frontend, Express and Node.js for the backend, and MongoDB and Firebase for data storage and authentication.\n\n## Features\n\n- User registration and authentication system.\n- Browse product by category, maal, or title.\n- Search for product using hands.\n- Add product to the shopping cart and proceed to checkout.\n- Track order status and delivery information.\n- Leave reviews and ratings for books.\n- Manage user profiles and track order history.\n- Admin panel for managing products, users, and orders.\n- Responsive and user-friendly UI.\n\n\n\n\n# Authors\n\n- [syedzohaib](https://www.github.com/syedzohaib-dev)\n\n\n# API REFRENCE\n## Brands\n\n```http\n``` /api/create-brand\n``` /api/get-all-brand\n``` /api/get-brand-by-id\n``` /api/update-brand\n``` /api/delete-brand\n\n| Parameter | Type     | Description                |\n| :-------- | :------- | :------------------------- |\n\n| `BrandName` | `string` | **Required*true*.  |\n| `BrandImage` | `string` | **Required*true*. |\n\n\n```\n\n## Category\n\n```http\n``` /api/get-all-categories\n``` /api/get-category-by-id\n``` /api/create-category\n``` /api/update-category\n``` /api/delete-category\n\n| Parameter | Type     | Description                |\n| :-------- | :------- | :------------------------- |\n\n| `CategoryName` | `string` | **Required*true*.  | unique*true*|\n| `CategoryImage` | `string` | **Required*true*. |\n\n\n```\n\n## Mailer\n\n```http\n``` /api/sendmail\n``` /api/sendfancymail\n\n\n| Parameter | Type     | Description                |\n| :-------- | :------- | :------------------------- |\n\n| `CategoryName` | `string` | **Required*true*.  | unique*true*|\n| `CategoryImage` | `string` | **Required*true*. |\n\n\n```\n\n## Order\n\n```http\n``` /api/place-order\n``` /api/get-all-orders\n``` /api//track-order/:_id\n\n\n| Parameter         | Type     | Description                |\n| :--------         | :------- | :------------------------- |\n\n| `customerName`    | `string` | **Required*true*.  | unique*true*|\n| `customerEmail`   | `string` | **Required*true*. |\n| `customerId`      | `string` | **Required*true*. |\n| `customerContact` | `string` | **Required*true*. |\n| `customerAddress` | `string` | **Required*true*. |\n| `order`           | `array`  | **Required*true*. |\n| `order_at`        | `default: Date.now` | **Required*true*. |\n\n```\n\n## Products\n\n```http\n``` /api/create-product\n``` /api/get-all-products\n``` /api/get-product-by-name\n``` /api/get-product-by-id\n``` /api/get-product-by-brand\n``` /api/get-product-by-category\n``` /api/update-product\n``` /api/delete-product\n\n\n| Parameter     | Type     | Description                |\n| :--------     | :------- | :------------------------- |\n\n| `ProductName` | `string` | **Required*true*.  |\n| `description` | `string` | **Required*true*. |\n| `price`       | `Number` | **Required*true*. |\n| `category`    | `string` | **Required*true*. |\n| `brand`       | `string` | **Required*true*. |\n| `thumbnail`   | `string` | **Required*true*. |\n| `imageArray`  | `[string]` | **Required*true*. |\n\n\n```\n\n## User\n\n```http\n``` /api/signup\n``` /api/login\n``` /api/getallusers\n``` /api/getuserbyemail\n``` /api/getuserbyid\n``` /api/deleteuser\n``` /api/updateuser\n\n\n| Parameter     | Type     | Description                |\n| :--------     | :------- | :------------------------- |\n\n| `username`    | `string` | **Required*true*.  |\n| `password`    | `string` | **Required*true*. |\n| `email`       | `Number` | **Required*true*. |\n| `role`        | `string` | **Required*true*. |\n| `profile`     | `string` | **Required*true*. |\n| `joining`     | `Date`   | **default : Date.now. |\n\n\n```\n\n\n\n\n\n# Role\n\n### Admin\n\nusername :: Syed Zohaib ||\ngmail :: zohaib@gmail.com ||\npassword  :: zohaib123\n\n### User\n\nusername  :: asmat bhai ||\ngmail  :: asmat@gmail.com ||\npass :: 12345678\n\nusername  :: ali bhai ||\ngmail  :: ali@gmail.com ||\npass :: 12345678\n\n### Guest\n\nusername  :: guest bhai ||\ngmail  :: guest@gmail.com ||\npass :: 12345678\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyedzohaib-dev%2Ffullstack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsyedzohaib-dev%2Ffullstack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyedzohaib-dev%2Ffullstack/lists"}