https://github.com/nabeelv7/mongokit
This is a boilerplate for SvelteKit with MongoDB as the database, Authjs as the authentication system, TailwindCSS for styling and Shadcn UI for beautiful and accessible components.
https://github.com/nabeelv7/mongokit
authjs mongodb shadcn-svelte sveltekit tailwindcss
Last synced: 4 months ago
JSON representation
This is a boilerplate for SvelteKit with MongoDB as the database, Authjs as the authentication system, TailwindCSS for styling and Shadcn UI for beautiful and accessible components.
- Host: GitHub
- URL: https://github.com/nabeelv7/mongokit
- Owner: nabeelv7
- Created: 2025-06-23T08:35:34.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2025-06-23T09:26:12.000Z (4 months ago)
- Last Synced: 2025-06-23T10:26:05.847Z (4 months ago)
- Topics: authjs, mongodb, shadcn-svelte, sveltekit, tailwindcss
- Language: CSS
- Homepage: https://mongokit.vercel.app
- Size: 70.3 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mongokit
This is a boilerplate for [SvelteKit](https://kit.svelte.dev/) with [MongoDB](https://www.mongodb.com/) as the database, [Authjs](https://authjs.dev/) as the authentication system, [TailwindCSS](https://tailwindcss.com/) for styling and [Shadcn UI](https://shadcn-svelte.com/) for beautiful and accessible components.---
## Features
- Authentication with [Authjs](https://authjs.dev/)
- Database with [MongoDB](https://www.mongodb.com/)
- Authentication with [Authjs](https://authjs.dev/)
- Styling with [TailwindCSS](https://tailwindcss.com/)
- [Shadcn UI](https://shadcn-svelte.com/) for beautiful and accessible components## Getting Started
### Prerequisites
- [Node.js](https://nodejs.org/en/) installed
- [MongoDB](https://www.mongodb.com/) installed### Installation
1. Clone the repository
```bash
git clone https://github.com/nabeelv7/mongokit
```
2. Install dependencies
```bash
cd mongokit
bun install
```Made with ❤️ and 🍪 by [Nabeel](https://github.com/nabeelv7)