{"id":27945166,"url":"https://github.com/atalek/ampedent","last_synced_at":"2025-10-18T10:07:14.354Z","repository":{"id":221869931,"uuid":"753854168","full_name":"atalek/ampedent","owner":"atalek","description":"Dental office webapp made with Nextjs","archived":false,"fork":false,"pushed_at":"2025-04-10T12:52:01.000Z","size":929,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T12:56:09.880Z","etag":null,"topics":["full-stack","mongodb","mongoose","nextauth","nextjs","nodejs","react","tailwindcss"],"latest_commit_sha":null,"homepage":"https://ampedent.atalek.com","language":"TypeScript","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}},"created_at":"2024-02-06T23:01:12.000Z","updated_at":"2025-04-24T16:26:53.000Z","dependencies_parsed_at":"2024-05-10T11:25:26.096Z","dependency_job_id":"e260ef1c-5015-4a00-b2a1-b36bafe16bf4","html_url":"https://github.com/atalek/ampedent","commit_stats":null,"previous_names":["amphei/ampedent","atalek/ampedent"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atalek%2Fampedent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atalek%2Fampedent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atalek%2Fampedent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atalek%2Fampedent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atalek","download_url":"https://codeload.github.com/atalek/ampedent/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252883221,"owners_count":21819157,"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":["full-stack","mongodb","mongoose","nextauth","nextjs","nodejs","react","tailwindcss"],"created_at":"2025-05-07T12:56:14.610Z","updated_at":"2025-10-18T10:07:09.309Z","avatar_url":"https://github.com/atalek.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ampedent\n\n![Landing page](https://res.cloudinary.com/dkofkuquf/image/upload/v1707530071/nuxtshop/lqnlwdzylzf5u2zgu2bo.png)\n\nAmpedent is a full-featured dental office website built with **Next.js**,\n**Tailwind CSS**, **MongoDB**, and **Mongoose**. It boasts an intuitive\nappointment booking system, and a secure admin panel.\n\n## Features\n\n- **Appointment Booking:** Users can easily book an appointment using our\n  intuitive booking system. All bookings are stored in MongoDB for easy\n  management.\n- **Admin Panel:** Manage appointments and other site content through a secure\n  admin panel.Navigate to /admin to login with your admin credentials.\n- **Authentication:** The site uses NextAuth for authentication. The admin panel\n  is accessible only to admins. A super admin can create other regular admin\n  users.\n\n## Technologies Used\n\n- **Next.js**: A popular React framework for building dynamic and performant web\n  applications.\n- **Tailwind CSS**:A utility-first CSS framework for crafting tailored designs\n  with rapid efficiency.\n- **MongoDB**: A source-available cross-platform document-oriented database\n  program.\n- **Mongoose**: An Object Data Modeling (ODM) library that simplifies\n  interactions with MongoDB in Node.js applications.\n- **NextAuth**: A complete open source authentication solution for Next.js\n  applications.\n\n![Admin panel](https://res.cloudinary.com/dkofkuquf/image/upload/v1707585171/nuxtshop/go7j387zbdkslzrayolk.png)\n\n## Setup\n\n1. **Clone the repository.**\n\n   ```bash\n   git clone https://github.com/atalek/ampedent.git\n\n   ```\n\n2. **Navigate to the project directory.**\n\n   ```bash\n   cd ampedent\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 MongoDB and NextAuth.\n\n  ```env\n  # MongoDB\n  MONGODB_URI=your_mongodb_uri\n\n  # NextAuth\n  NEXTAUTH_URL=http://localhost:3000 for development\n  NEXTAUTH_SECRET=your nextauth secret\n\n\n  NODE_ENV='development'\n  ```\n\n5. **Create a superuser (modify the name and password to your liking) with the\n   provided script.**\n\n   ```bash\n   node createuser.js\n\n   ```\n\n6. **Run the development server.**\n\n   ```bash\n   npm run dev\n\n   ```\n\n7. **Open your browser and visit http://localhost:3000 to view the website.**\n\n## Live Version\n\n[https://ampedent.atalek.com](https://ampedent.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%2Fampedent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatalek%2Fampedent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatalek%2Fampedent/lists"}