{"id":22064615,"url":"https://github.com/joangavelan/contacts-app","last_synced_at":"2026-04-13T00:45:17.795Z","repository":{"id":236221674,"uuid":"791985919","full_name":"joangavelan/contacts-app","owner":"joangavelan","description":"A hypermedia-driven contacts application","archived":false,"fork":false,"pushed_at":"2024-06-14T22:57:26.000Z","size":89,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-17T04:09:14.843Z","etag":null,"topics":["authentication","contacts-app","crud","daisyui","golang","htmx","hypermedia","hypermedia-systems","jwt","sqlite3","stdlib","tailwindcss"],"latest_commit_sha":null,"homepage":"","language":"Go","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/joangavelan.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-04-25T18:49:33.000Z","updated_at":"2024-11-14T09:23:15.000Z","dependencies_parsed_at":"2024-05-29T00:45:08.324Z","dependency_job_id":null,"html_url":"https://github.com/joangavelan/contacts-app","commit_stats":null,"previous_names":["joangavelan/todo-app","joangavelan/contacts-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/joangavelan/contacts-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joangavelan%2Fcontacts-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joangavelan%2Fcontacts-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joangavelan%2Fcontacts-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joangavelan%2Fcontacts-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joangavelan","download_url":"https://codeload.github.com/joangavelan/contacts-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joangavelan%2Fcontacts-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31564832,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"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":["authentication","contacts-app","crud","daisyui","golang","htmx","hypermedia","hypermedia-systems","jwt","sqlite3","stdlib","tailwindcss"],"created_at":"2024-11-30T19:12:54.918Z","updated_at":"2026-04-08T16:31:28.183Z","avatar_url":"https://github.com/joangavelan.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Contacts Application\n\nThis is a hypermedia-driven contacts application inspired by the sample application from the\n[Hypermedia Systems](https://hypermedia.systems/) book. Built using Golang, HTMX, and SQLite, it provides users with a simple yet efficient interface to manage their contacts. The application is developed primarily for learning purposes in backend development, with a focus on building hypermedia-driven applications.\n\n## Features\n\n- **JWT Authentication:** Secure user authentication using JSON Web Tokens (JWT) ensures that only authorized users can access the application's functionalities.\n- **CRUD Operations:** Users can create, read, update, and delete contacts, allowing them full control over their contact lists.\n- **Search, Filtering, Pagination, and Ordering**: Users can search for contacts, apply filters, paginate through contact lists, and order contacts based on various criteria for better organization.\n- **Upload/Download Contacts:** Users can upload and download their contact lists using CSV or Excel files.\n\n## Roadmap\n\n- [x] Design and implement the database schema for storing contacts in SQLite.\n- [x] Implement JWT authentication.\n- [ ] Create user interfaces for adding, updating, and viewing contacts.\n- [ ] Set up API endpoints for managing contacts.\n- [ ] Implement search, filtering, pagination, and ordering functionalities for efficient contact management.\n- [ ] Add support for bulk uploading and downloading of contacts using CSV or Excel files .\n\n## Technologies Used\n\n- **Golang:** Backend logic and server-side operations are implemented using the Go programming language.\n- **HTMX:** HTMX simplifies frontend development by allowing HTML to be the primary language for defining dynamic UI interactions.\n- **SQLite:** Lightweight and efficient SQLite serve as the database management system for storing contacts.\n- **JWT:** JSON Web Tokens provide secure authentication and authorization mechanisms for user access control.\n\n## Setup Instructions\n\n1. **Clone the Repository:**\n\n   ```\n   git clone https://github.com/joangavelan/contacts-app.git\n   ```\n\n2. **Navigate to the Project Directory:**\n   ```\n   cd contacts-app\n   ```\n3. **Install npm dependencies:**\n\n   ```\n   cd web \u0026\u0026 npm install\n   ```\n\n4. **Run the server:**\n\n   ```\n   go run cmd/main.go\n   ```\n\n   or\n\n   ```\n   air\n   ```\n\n5. **Access the Application:**\n   Open your web browser and navigate to `http://localhost:3000` to access the application.\n\n## Contributing\n\nContributions are welcome! If you find any bugs or have suggestions for improvements, please feel free to open an issue or create a pull request.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoangavelan%2Fcontacts-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoangavelan%2Fcontacts-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoangavelan%2Fcontacts-app/lists"}