{"id":22401991,"url":"https://github.com/dcts/dexter-voting-app","last_synced_at":"2026-02-25T05:33:08.639Z","repository":{"id":237975661,"uuid":"795614115","full_name":"dcts/dexter-voting-app","owner":"dcts","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-01T13:31:31.000Z","size":1254,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-27T04:36:46.875Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"DeXter-on-Radix/voting-app","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dcts.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-05-03T16:50:30.000Z","updated_at":"2024-10-25T20:52:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"fe781eb5-c24a-4c1b-a92b-3e70dea475eb","html_url":"https://github.com/dcts/dexter-voting-app","commit_stats":null,"previous_names":["dcts/dexter-voting-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dcts/dexter-voting-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcts%2Fdexter-voting-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcts%2Fdexter-voting-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcts%2Fdexter-voting-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcts%2Fdexter-voting-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dcts","download_url":"https://codeload.github.com/dcts/dexter-voting-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcts%2Fdexter-voting-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29811553,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T03:30:18.102Z","status":"ssl_error","status_checked_at":"2026-02-25T03:30:17.799Z","response_time":61,"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":[],"created_at":"2024-12-05T09:09:52.198Z","updated_at":"2026-02-25T05:33:08.632Z","avatar_url":"https://github.com/dcts.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# DEXTER Web Application\n\n## Introduction\nDEXTER is a dynamic web application built using the Next.js framework and TypeScript. It's designed for modern web experiences, offering a blend of server-side rendering and static page generation capabilities.\n\n## Features\n- **Customizable Layouts:** With components such as `Header.tsx`, `Footer.tsx`, and `layout.tsx`, the application offers a highly customizable layout for various pages.\n- **Static Assets Management:** The `public/` directory contains images and icons used across the application, including a dedicated `contimg/` directory for content images.\n- **Styling with Tailwind CSS:** The application utilizes Tailwind CSS for styling, as seen in `tailwind.config.js` and `globals.css`, allowing for rapid UI development with utility-first CSS.\n- **Environment Configuration:** Environment variables can be managed through `.env` and `sample.env` files, facilitating the configuration of different environments without altering the codebase.\n- **Database Integration:** A SQL file (`dbibpvelmuqrvu.sql`) suggests integration with a SQL database, outlining the schema and possibly seed data for local development or testing.\n- **Security and Best Practices:** The inclusion of `.eslintrc.json` and `.prettierrc` files indicates a commitment to code quality and consistency, leveraging ESLint and Prettier for code analysis and formatting.\n\n## Setup and Installation\n1. **Prerequisites:**\n   - Node.js (version specified in `package.json` \"engines\" field)\n   - A SQL database server\n2. **Installation:**\n   - Clone the repository to your local machine.\n   - Run `npm install` to install the dependencies.\n3. **Database Setup:**\n   - Create a database and import the `dbibpvelmuqrvu.sql` file.\n   - Configure your database connection details in the `.env` file.\n4. **Running the Application:**\n   - Use `npm run dev` to start the development server.\n   - Access the application at `http://localhost:3781`.\n\n## Pages and Routing\n- **Home Page (`index.tsx`):** The main entry point of the application.\n- **404 Page (`404.tsx`):** Custom 404 error page.\n- Additional pages under the `pages/` directory, structured according to Next.js routing conventions.\n\n## Contributing\n- Contributions to DEXTER are welcome! Please refer to the contribution guidelines for how to propose changes or report issues.\n\n## License\n- The application is licensed under [INSERT LICENSE HERE], allowing for specified uses and contributions.\n\nEnvironment config in 'sample.env', reanme this to '.env' after you insert needed credentials:\n(do not remove the \":\" in the WEB_PORT just change the port value as needed)\n\nDB_HOST=\nDB_USER=\nDB_PASS=\nDB_NAME=\nNEXT_PUBLIC_WS_PORT=3992\nNEXT_PUBLIC_WEB_PORT=:3781\nNEXT_PUBLIC_SITE_DOMAIN=http://\n\nDevelopment:\n\n````bash\nnpm run dev\n\nBuild with:\n```bash\nnpm run build\n\nPrettier:\n```bash\nnpm run prettier\n\nOpen [http://http://localhost:3781](http://http://localhost:3781) with your browser to see the result.\n\n\n````\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcts%2Fdexter-voting-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdcts%2Fdexter-voting-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcts%2Fdexter-voting-app/lists"}