https://github.com/jabirdev/dawah-play
https://github.com/jabirdev/dawah-play
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jabirdev/dawah-play
- Owner: JabirDev
- License: mit
- Created: 2023-10-03T12:15:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-21T05:59:52.000Z (over 1 year ago)
- Last Synced: 2025-04-08T14:06:33.056Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://dawahplay.vercel.app
- Size: 979 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Next.js 15 Starter Template
A powerful starter template for Next.js 15 projects, featuring:
- **Better Auth**: Seamless and secure authentication.
- **Drizzle ORM**: Elegant and type-safe database management.
- **Supabase**: Robust backend services for your application.
## Features
- Pre-configured authentication with Better Auth.
- Integrated Drizzle ORM for easy database interactions.
- Ready-to-use Supabase setup.
- Scalable and modern tech stack.
## Getting Started
Follow these steps to set up the project:
### 1\. Clone the Repository
```
git clone https://github.com/your-username/nextjs15-starter.git
cd nextjs-15
```
### 2\. Install Dependencies
Make sure you have Node.js installed, then run:
```
bun install
```
### 3\. Configure Environment Variables
Copy the env.example file to create your .env file:
```
cp env.example .env
```
Edit the `.env` file with your project's specific configurations:
- Add your Supabase keys and URLs.
- Configure any required authentication secrets.
### 4\. Setup Drizzle ORM
Generate your Drizzle schema and push into your database:
```
bun db:push
```
### 5\. Start the Development Server
Run the development server:
```
bun dev
```
Your application will be available at [http://localhost:3000](http://localhost:3000).
## Contributing
Contributions are welcome! Feel free to:
- Open issues for bugs or feature requests.
- Submit pull requests to improve the project.
### License
This project is licensed under the MIT License.