{"id":15190506,"url":"https://github.com/pushpendra-1697/school-listing","last_synced_at":"2026-02-10T12:34:32.442Z","repository":{"id":220317021,"uuid":"750934868","full_name":"Pushpendra-1697/School-Listing","owner":"Pushpendra-1697","description":"This project will deliver a comprehensive e-commerce API set that enables seamless school listing. The integration of MongoDB as the database and token management system ensures efficient data storage and user authentication with minimal server-side setup.","archived":false,"fork":false,"pushed_at":"2024-02-03T20:48:39.000Z","size":1302,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T04:54:29.887Z","etag":null,"topics":["bson","cloudinary","component","cors","dotenv","expressjs","fetch-api","form-validation","form-validation-js","html-css-javascript","inter-font","mongodb","mongoosejs","multer","nextjs","nodejs","nodemon","schema-model","thunder-client"],"latest_commit_sha":null,"homepage":"https://school-listing.vercel.app/","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/Pushpendra-1697.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":"2024-01-31T16:02:26.000Z","updated_at":"2024-02-03T20:45:01.000Z","dependencies_parsed_at":"2024-09-11T11:18:10.844Z","dependency_job_id":"86c964e2-a58c-48d8-ace8-3397650b60a3","html_url":"https://github.com/Pushpendra-1697/School-Listing","commit_stats":null,"previous_names":["pushpendra-1697/school-listing"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Pushpendra-1697/School-Listing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pushpendra-1697%2FSchool-Listing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pushpendra-1697%2FSchool-Listing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pushpendra-1697%2FSchool-Listing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pushpendra-1697%2FSchool-Listing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pushpendra-1697","download_url":"https://codeload.github.com/Pushpendra-1697/School-Listing/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pushpendra-1697%2FSchool-Listing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271420156,"owners_count":24756491,"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","status":"online","status_checked_at":"2025-08-21T02:00:08.990Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bson","cloudinary","component","cors","dotenv","expressjs","fetch-api","form-validation","form-validation-js","html-css-javascript","inter-font","mongodb","mongoosejs","multer","nextjs","nodejs","nodemon","schema-model","thunder-client"],"created_at":"2024-09-27T20:40:19.244Z","updated_at":"2026-02-10T12:34:32.396Z","avatar_url":"https://github.com/Pushpendra-1697.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# School-Listing\n\n# Overview For Backend\nThis project will deliver a comprehensive e-commerce API set that enables seamless school listing. The integration of MongoDB as the database and token management system ensures efficient data storage and user authentication with minimal server-side setup.\n\n## Live/deploy link on the render\n```bash\nhttps://school-listing-server.onrender.com/\n\n```\n\n## Installation \u0026 Tech Stack\n\nClone the Repository from GitHub. Then do the following steps:\n\n```bash\n    npm init -y\n\n    npm i express mongoose cors dotenv nodemon multer cloudinary\n```\n## To run server (PORT = 8000)\n```bash\n    npm run server\n```\n\n## Some HTTP (Hyper Text Transfer Protocol) Status Code Which I used :\n     \n     200 ---\u003e  OK/Success/get/put\n\n     201 ---\u003e Created/post\n\n     202 ----\u003e Delete Successfully\n\n     204 ----\u003e Delete Failure\n\n     404 ---\u003e Not Found/failure\n\n### NOTE: Used Timestamps \u0026 Date datatypes which allow by BSON.\n\n## Database Name:\n```bash\n    school-list\n```\n## Schema\n\n#### 1) *School*:\n\nCollection Name: schools\n\n- name --\u003e String\n\n- image --\u003e String\n\n- address --\u003e String\n\n- city --\u003e String\n\n- state --\u003e String\n\n- phone --\u003e Number\n\n- email --\u003e String\n\n## NOTE: I used Thunder Client Extension for testing all REST APIs.\n\n### Routes / End Points tested by Thunder Client Extension :\n\n#### 1. */school/store*: (POST)\n \n##### Output: Success Message and data will store in MongoDB\n\n#### 2.  */school/upload*: (POST)\n\nUsing for upload the school image into schoolImages directory\n\n##### Output: Success Message\n\n#### 3) */school/get*: (GET)\n\n##### Output: Retrieves all schools\n\n\n# Overview For Frontend\n\n## Live/deploy link on the Vercel\n```bash\nhttps://school-listing.vercel.app/\n\n```\n## Installation \u0026 Tech Stack\n\nClone the Repository from GitHub. Then do the following steps:\n\n```bash\n    npm install\n```\n## To run server (PORT = 3000)\n```bash\n    npm run dev\n```\n\n## Form Validation\n### For Phone No Field\nShould be 10 digit\n\n### For Email Field\nshould contain '@'\n\n# Some Screenshots for different screens\n![Screenshot (472)](https://github.com/Pushpendra-1697/School-Listing/assets/104748364/21b9c29e-87ac-407c-9b8b-50162c80c6b6)\n![Screenshot (473)](https://github.com/Pushpendra-1697/School-Listing/assets/104748364/bed651ec-a553-46fe-834d-e58cf408394a)\n![Screenshot (474)](https://github.com/Pushpendra-1697/School-Listing/assets/104748364/f6d983db-032a-4d8f-9ecb-f48d073d148e)\n![Screenshot (475)](https://github.com/Pushpendra-1697/School-Listing/assets/104748364/601004c7-2e45-4fe2-be8b-1c67bce2bbf4)\n![Screenshot (476)](https://github.com/Pushpendra-1697/School-Listing/assets/104748364/92a95553-0952-4e32-aa6d-322d05656a53)\n![Screenshot (477)](https://github.com/Pushpendra-1697/School-Listing/assets/104748364/f74062b0-fad3-4a71-bea0-049fd8fad6d2)\n![Screenshot (478)](https://github.com/Pushpendra-1697/School-Listing/assets/104748364/a2a389cc-959f-480b-b430-0d0ce724f1bf)\n![Screenshot (479)](https://github.com/Pushpendra-1697/School-Listing/assets/104748364/ae4c4f88-6485-434e-a7cf-c650a12dd94e)\n![Screenshot (480)](https://github.com/Pushpendra-1697/School-Listing/assets/104748364/cd5fe339-6246-4340-9410-19685d568a9d)\n![Screenshot (481)](https://github.com/Pushpendra-1697/School-Listing/assets/104748364/f6879811-0dd9-4667-92c9-8fd1f665e4c0)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpushpendra-1697%2Fschool-listing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpushpendra-1697%2Fschool-listing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpushpendra-1697%2Fschool-listing/lists"}