{"id":27945185,"url":"https://github.com/atalek/jobglimpse","last_synced_at":"2026-01-27T00:38:03.118Z","repository":{"id":218138979,"uuid":"745007572","full_name":"atalek/jobglimpse","owner":"atalek","description":"Job board webapp made with Nuxt3","archived":false,"fork":false,"pushed_at":"2024-11-18T22:40:38.000Z","size":1668,"stargazers_count":12,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T12:56:20.421Z","etag":null,"topics":["cloudinary","full-stack","libsql","node","nuxt","nuxtjs","sqlite","ssr","stripe","tailwind"],"latest_commit_sha":null,"homepage":"https://jobglimpse.atalek.com","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/atalek.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,"zenodo":null}},"created_at":"2024-01-18T13:06:45.000Z","updated_at":"2025-04-20T17:20:44.000Z","dependencies_parsed_at":"2024-01-20T00:24:59.937Z","dependency_job_id":"a0ab441c-35db-4f13-93c3-b7dd0314576f","html_url":"https://github.com/atalek/jobglimpse","commit_stats":null,"previous_names":["amphei/job-board","amphei/jobglimpse","atalek/jobglimpse"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/atalek/jobglimpse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atalek%2Fjobglimpse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atalek%2Fjobglimpse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atalek%2Fjobglimpse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atalek%2Fjobglimpse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atalek","download_url":"https://codeload.github.com/atalek/jobglimpse/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atalek%2Fjobglimpse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28793959,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T21:49:50.245Z","status":"ssl_error","status_checked_at":"2026-01-26T21:48:29.455Z","response_time":59,"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":["cloudinary","full-stack","libsql","node","nuxt","nuxtjs","sqlite","ssr","stripe","tailwind"],"created_at":"2025-05-07T12:56:18.581Z","updated_at":"2026-01-27T00:38:03.103Z","avatar_url":"https://github.com/atalek.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JobGlimpse - Job Board\n\n![Landing page](https://res.cloudinary.com/dkofkuquf/image/upload/v1714146588/nuxtshop/vhosn0fier7n353ughd1.png)\n\nThis project is a Job Board built with **Nuxt 3**, **Tailwind CSS**, **Turso\nSQLite** for the database, **Stripe** for payment integration, and\n**Cloudinary** for image upload.\n\n## Features\n\n- **Responsive Design:** The Job Board is designed to provide a seamless\n  experience across various devices and screen sizes.\n\n- **Job Listings:** Users can browse through a curated list of job listings,\n  each showcasing essential details about the job, such as title, location,\n  tags, and more.\n\n- **Job Creation:** Employers can create new job listings by providing relevant\n  information, including title, location, tags, company name, logo, salary\n  details, and more.\n\n- **Payment Integration:** The project integrates Stripe for secure and seamless\n  payment processing. Users can promote their job listings for enhanced\n  visibility by opting for a premium promotion feature.\n\n- **Image Upload:** Employers can upload company logos through Cloudinary,\n  ensuring a visually appealing presentation of their job listings.\n\n## Technologies Used\n\n- **Nuxt 3:** A powerful framework for building modern web applications with\n  Vue.js.\n\n- **Tailwind CSS:** A utility-first CSS framework for rapidly building custom\n  designs.\n\n- **Turso SQLite:** A lightweight, SQLite database for storing and retrieving\n  job listing data.\n\n- **Stripe:** A secure and reliable platform for online payments.\n\n- **Cloudinary:** A cloud-based image and video management service for efficient\n  handling of uploaded logos.\n\n![Job listings page](https://res.cloudinary.com/dkofkuquf/image/upload/v1705704467/nuxtshop/syreihou08lt7prdkmic.png)\n![Create a job listing ](https://res.cloudinary.com/dkofkuquf/image/upload/v1705704474/nuxtshop/m2npqwo766nsfgnreggl.png)\n\n## Setup\n\n1. **Clone the repository.**\n\n   ```bash\n   git clone https://github.com/atalek/jobglimpse.git\n\n   ```\n\n2. **Navigate to the project directory.**\n\n   ```bash\n   cd jobglimpse\n\n   ```\n\n3. **Install dependencies.**\n\n   ```bash\n   npm install\n\n   ```\n\n4. **Configure environment variables.**\n\n- Create a `.env` file in the root of the project.\n- Add the necessary environment variables for Stripe and Cloudinary.\n\n  ```env\n  #Turso\n  TURSO_DB_URL=your_turso_db_url\n  TURSO_DB_TOKEN=your_turso_auth_token\n\n  # Stripe\n  STRIPE_PK=your_stripe_public_key\n  STRIPE_SK=your_stripe_secret_key\n  STRIPE_WEBHOOK_SECRET=your_stripe_webhook_secret\n\n  # Cloudinary\n  CLOUDINARY=your_cloudinary_base_url\n  CLOUDINARY_NAME=your_cloud_name\n  CLOUDINARY_FOLDER=your_cloudinary_folder\n\n  BASE_URL=base_url\n  ```\n\n5. **Run the migration and development server.**\n\n   ```bash\n   npm run db-push\n   npm run dev\n\n   ```\n\n6. **Open your browser and visit http://localhost:3000 to view the Job Board.**\n\n## Live Version\n\n[https://jobglimpse.atalek.com/](https://jobglimpse.atalek.com/)\n\n## Author\n\nGithub [@atalek](https://github.com/atalek) \u003cbr\u003e Linkedin:\n[@Aleksandar Atanasovski](https://www.linkedin.com/in/aleksandar-atanasovski-16b123263/)\n\u003cbr\u003e Portfolio: [https://www.atalek.com/](https://www.atalek.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatalek%2Fjobglimpse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatalek%2Fjobglimpse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatalek%2Fjobglimpse/lists"}