{"id":21492145,"url":"https://github.com/colddsam/serversideclient","last_synced_at":"2026-04-10T11:32:01.990Z","repository":{"id":209726735,"uuid":"724806144","full_name":"colddsam/ServersideClient","owner":"colddsam","description":"Welcome to your dedicated portfolio management hub! Our website, crafted with HTML, SCSS, and JavaScript, is your go-to platform for effortlessly modifying and updating your portfolio content.","archived":false,"fork":false,"pushed_at":"2023-11-29T05:26:22.000Z","size":2870,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-30T23:41:11.751Z","etag":null,"topics":["api-client","backed","css","html","javascript","management","management-system","scss","serverside-rendering"],"latest_commit_sha":null,"homepage":"https://colddsamserver.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/colddsam.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":"2023-11-28T20:41:14.000Z","updated_at":"2023-11-29T05:29:42.000Z","dependencies_parsed_at":"2023-11-28T22:01:41.714Z","dependency_job_id":"3eebb3c6-cebc-4bb2-a83f-947b694212c2","html_url":"https://github.com/colddsam/ServersideClient","commit_stats":null,"previous_names":["colddsam/serversideclient"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/colddsam/ServersideClient","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colddsam%2FServersideClient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colddsam%2FServersideClient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colddsam%2FServersideClient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colddsam%2FServersideClient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/colddsam","download_url":"https://codeload.github.com/colddsam/ServersideClient/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colddsam%2FServersideClient/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31641114,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T07:40:12.752Z","status":"ssl_error","status_checked_at":"2026-04-10T07:40:11.664Z","response_time":98,"last_error":"SSL_read: 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":["api-client","backed","css","html","javascript","management","management-system","scss","serverside-rendering"],"created_at":"2024-11-23T15:23:00.335Z","updated_at":"2026-04-10T11:32:01.982Z","avatar_url":"https://github.com/colddsam.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Server Side Website\n\nWelcome to your dedicated portfolio management hub! Our website, crafted with HTML, SCSS, and JavaScript, is your go-to platform for effortlessly modifying and updating your portfolio content. Designed with simplicity and efficiency in mind, this server-side solution powered by FastAPI in Python ensures a seamless experience as you curate and showcase your professional journey.\n\n\n## Features\n\n- Effortless Portfolio Customization\n- Real-Time Updates\n- Interactive Content Management\n- FastAPI-Powered Backend\n- Version Control and Security\n- Mobile-Responsive Design\n- Streamlined Portfolio Management\n\n\n\n## Tech Stack\n\n**UI:** Html, Javascript, SCSS\n\n**Server:** Javascript, Python\n\n## Color Reference\n\nThe color I have used for making the website\n\n| Color             | Hex                                                                |\n| ----------------- | ------------------------------------------------------------------ |\n| Home Page Background | ![#C5FFF8](https://via.placeholder.com/10/C5FFF8?text=+) #C5FFF8 |\n| Home Page Button | ![#5FBDFF](https://via.placeholder.com/10/5FBDFF?text=+) #5FBDFF |\n| Screens Background | ![#7ED7C1](https://via.placeholder.com/10/7ED7C1?text=+) #7ED7C1 |\n| Header | ![#DC8686](https://via.placeholder.com/10/DC8686?text=+) #DC8686 |\n| Button-1 | ![#F0DBAF](https://via.placeholder.com/10/F0DBAF?text=+) #F0DBAF |\n| Container | ![#EEF296](https://via.placeholder.com/10/EEF296?text=+) #EEF296 |\n| Card | ![#9ADE7B](https://via.placeholder.com/10/9ADE7B?text=+) #9ADE7B |\n| Pop Up | ![#FDF7E4](https://via.placeholder.com/10/FDF7E4?text=+) #FDF7E4 |\n\n\n\n## Running Tests\n\nTo run tests, use the localhost of your machine, I used live server for it \n\n```bash\n  http://127.0.0.1:5500/\n```\n\n\n## Deployment\n\nTo deploy this first made the necessary changes on the template, then run the following\n\nInstall Vercel CLI:\n```bash\n  npm install -g vercel\n```\nNavigate to your project directory:\n```bash\n  cd /path/to/your/project\n```\nLogin to your Vercel account (if not already logged in):\n```bash\n  vercel login\n```\nFollow the on-screen instructions to log in to your Vercel account.\n\n```bash\n  vercel\n```\nThis command will initiate the deployment process. Vercel will prompt you with some configuration options, such as setting up the project name, environment variables, etc. Follow the prompts to configure your deployment.\n\nIf you want to deploy without being prompted, you can use the --confirm flag:\n```bash\n  vercel --confirm\n```\nAfter a successful deployment, Vercel will provide you with a unique URL for your project. You can open this URL in your browser to view your deployed application.\n\nAdditionally, you can add a build command to specify how your project should be built before deployment. This is useful for projects that require build steps.\n```bash\n  vercel --build \"your-build-command\"\n```\nReplace \"your-build-command\" with the actual build command for your project.\n## Contributing\n\nContributions are always welcome!\n\nSee `CONTRIBUTION.md` for ways to get started.\n\nPlease adhere to this project's `code of conduct`.\n\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n\n\n## Authors\n\n[@colddsam](https://www.github.com/colddsam)\n\n\n## Feedback\n\nIf you have any feedback, please reach out to us at colddsam@gmail.com\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolddsam%2Fserversideclient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcolddsam%2Fserversideclient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolddsam%2Fserversideclient/lists"}