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

https://github.com/mr-addict/nextjs-template

Custom Nextjs Template
https://github.com/mr-addict/nextjs-template

mongodb mongodb-atlas next-auth nextjs nextjs13 template typescript

Last synced: about 1 month ago
JSON representation

Custom Nextjs Template

Awesome Lists containing this project

README

          

# Nextjs Custom Template

## 1. Custom Packages

- [x] Prettier
- [x] Nextauth
- [x] Typescript
- [ ] Turbopack
- [x] Tailwindcss
- [x] Mongodb Altas
- [x] Bcryptjs(Replacing bcrypt used on Server Side)

## 2. Custom Components

- [x] Popup
- [x] Error
- [x] Footer
- [x] Loading
- [x] Tooltip
- [x] ScrollToTop

## 3. Features

- [x] `src` folder
- [x] Login
- [x] Mongodb

## 3. How to Use

add `.env` file:

```env
NEXTAUTH_SECRET="8GYrPDgw9wj5213UHWIm"
NEXTAUTH_URL="https://your.domain.com/"
MONGODB_URI="mongodb://username:password@mongodb0.example.com:27017/"
```

Creat Next.js app with custom template:

```bash
npx create-next-app@latest -e https://github.com/MR-Addict/nextjs-template
```