An open API service indexing awesome lists of open source software.

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.

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)