{"id":23678585,"url":"https://github.com/erickgbr/webserver","last_synced_at":"2026-04-11T19:32:15.346Z","repository":{"id":193603232,"uuid":"686809628","full_name":"ErickGBR/WebServer","owner":"ErickGBR","description":"Simple web Server with Express and Node.js","archived":false,"fork":false,"pushed_at":"2023-09-27T03:05:52.000Z","size":2468,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-21T15:54:27.845Z","etag":null,"topics":["express","expressjs","handlebars","hbs","webserver"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ErickGBR.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}},"created_at":"2023-09-04T01:37:30.000Z","updated_at":"2025-01-07T14:46:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"fe4e2054-857b-4821-abfd-f1e2b2799102","html_url":"https://github.com/ErickGBR/WebServer","commit_stats":null,"previous_names":["erickgbr/webserver"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ErickGBR/WebServer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ErickGBR%2FWebServer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ErickGBR%2FWebServer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ErickGBR%2FWebServer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ErickGBR%2FWebServer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ErickGBR","download_url":"https://codeload.github.com/ErickGBR/WebServer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ErickGBR%2FWebServer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261046785,"owners_count":23102331,"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":["express","expressjs","handlebars","hbs","webserver"],"created_at":"2024-12-29T15:33:42.566Z","updated_at":"2025-12-30T22:28:39.574Z","avatar_url":"https://github.com/ErickGBR.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WebServer with Express and HBS (Handlebars)\n\nThis is a simple WebServer project built with Express.js and HBS (Handlebars) view engine. The server is designed to serve HTML, CSS, and JavaScript files, and it demonstrates server-side rendering using HBS templates.\n\n## Prerequisites\n\nBefore you begin, make sure you have the following installed:\n\n- [Node.js](https://nodejs.org/) (which includes npm)\n\n## Installation\n\n1. Clone this repository to your local machine:\n\n   ```bash\n   git clone https://github.com/ErickGBR/WebServer.git\n   ```\n\n2. Navigate to the project directory:\n\n   ```bash\n   cd WebServer\n   ```\n\n3. Install the project dependencies:\n\n   ```bash\n   npm install\n   ```\n\n## Usage\n\n1. Start the server using nodemon (which automatically restarts the server when you make changes):\n\n   ```bash\n   npm start\n   ```\n\n2. Open a web browser and visit `http://localhost:3000` to see the server in action.\n\n## Project Structure\n\n- `index.js`: The entry point of the application.\n- `views/`: Contains HBS templates for rendering HTML content.\n- `public/`: Stores static files such as CSS and JavaScript.\n- `routes/`: Define the routes and route handling logic.\n\n## Server-Side Rendering\n\nThis WebServer utilizes the HBS (Handlebars) view engine for server-side rendering. You can find example templates in the `views/` directory, which are used to render HTML dynamically on the server.\n\n## Contributing\n\nIf you would like to contribute to this project, please follow these steps:\n\n1. Fork the repository.\n2. Create a branch for your contribution.\n3. Make your changes and ensure that everything works.\n4. Submit a pull request with your changes.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.\n\n---\n\nThank you for using this WebServer with Express and HBS! If you have any questions or suggestions, please feel free to contact us.\n\n**Author:** Erick Burgos\n**Email:** erickburgos1519@gmail.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferickgbr%2Fwebserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferickgbr%2Fwebserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferickgbr%2Fwebserver/lists"}