{"id":23357936,"url":"https://github.com/nasib15/scic-server","last_synced_at":"2026-04-13T13:32:11.835Z","repository":{"id":253211411,"uuid":"842457527","full_name":"nasib15/scic-server","owner":"nasib15","description":"A basic Fullstack website where an user can perform some basic search, filtering functionalities. ","archived":false,"fork":false,"pushed_at":"2024-08-20T13:09:09.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-11T15:32:54.183Z","etag":null,"topics":["cors","expressjs","mongodb"],"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/nasib15.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":"2024-08-14T11:48:11.000Z","updated_at":"2024-08-20T13:09:13.000Z","dependencies_parsed_at":"2024-09-17T23:54:58.805Z","dependency_job_id":null,"html_url":"https://github.com/nasib15/scic-server","commit_stats":null,"previous_names":["nasib15/scic-server"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nasib15/scic-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nasib15%2Fscic-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nasib15%2Fscic-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nasib15%2Fscic-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nasib15%2Fscic-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nasib15","download_url":"https://codeload.github.com/nasib15/scic-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nasib15%2Fscic-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31754884,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T13:27:56.013Z","status":"ssl_error","status_checked_at":"2026-04-13T13:21:23.512Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cors","expressjs","mongodb"],"created_at":"2024-12-21T10:35:26.745Z","updated_at":"2026-04-13T13:32:11.828Z","avatar_url":"https://github.com/nasib15.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project Setup\n\n1. **Express Setup:**\n\n```\nmkdir \u003cyour project folder name\u003e // create directory\ncd \u003cyour project folder name\u003e // go to the directory\n\nnpm init -y\nnpm install express // install express\n```\n\n2. **Paste the below code for initializing a server:**\n\n```\nconst express = require('express') // import module\nconst app = express()\nconst port = 5000 // define port\n\napp.get('/', (req, res) =\u003e {\n  res.send('Hello World!')\n})\n\napp.listen(port, () =\u003e {\n  console.log(`Example app listening on port ${port}`)\n})\n\n```\n\n# To Run Locally\n\n1. **Clone the repository:**\n\n   ```\n   git clone https://github.com/nasib15/scic-client.git\n   cd scic-client\n   ```\n\n2. **Install the dependencies:**\n\n   ```\n   npm install\n   ```\n\n3. **Start the development server:**\n\n   ```\n   nodemon index.js // MUST INSTALL nodemon\n   ```\n\n### Build for Production:\n\n```\nnpm run build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnasib15%2Fscic-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnasib15%2Fscic-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnasib15%2Fscic-server/lists"}