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

https://github.com/nikomalik/golang-nextjs-fullstack

🦐 The Go/Next.js Full Stack with stripe and full auth
https://github.com/nikomalik/golang-nextjs-fullstack

docker fullstack go golang next nextjs

Last synced: about 1 year ago
JSON representation

🦐 The Go/Next.js Full Stack with stripe and full auth

Awesome Lists containing this project

README

          

# Golang-NextJs-FullStack
The Go/Next.js Full Stack with stripe and full auth

![image](https://github.com/NikoMalik/golang-nextjs-fullstack/assets/123812634/c36a7df3-1baf-4533-a888-280afdb0d480)

## Features

- 🛠️ Complete Stripe payment and Authorization with Go and Nextjs
- 💻 Beautiful Landing Page & Pricing Page Included
- 💳 Free & Pro Plan & Business Plan Using Stripe
- 🔄 Streaming API Responses in Real-Time
- 🎨 Clean, Modern UI Using 'shadcn-ui'
- 🚀 Optimistic UI Updates for a Great UX
- ♒ Intuitive Design
- ✨ Instant Loading States
- 🔧 Modern Data Fetching Using Golang with fiber
- 📊 gorm as our ORM
- 🎁 ...much more

## DemoVideo

https://github.com/NikoMalik/golang-nextjs-fullstack/assets/123812634/fe9a030b-bf76-4b96-8df5-93d4db80ad8c

## Requirements

- Go 1.22.2
- NextJs
- Docker
- Smtp (i use free resend btw)
- Stripe Cli (i use stripe cli in docker btw)
- Stripe api

**Note:** While the `embed` package was added in Go 1.16, the `all:` prefix of
the `embed` directive was added in 1.18

**The tech stack**

- Typescript
- React (Next.js)
- TailwindCSS
- Go (Fiber)
- Docker
- Postgres

---

## Usage

```sh
$ docker compose -f "nextjs-golang\docker-compose.yaml" up -d --build
$ cd frontend
$ npm install
$ npm run dev
$ cd backend
$ go mod download
$ make air / make run .
```

## License

[MIT](https://choosealicense.com/licenses/mit/)