luckyhackersacademy / onlygists

Share and monetize code snippets. Earn extra income with the codes you make on a daily basis. (NuxtExtreme course source code)

Home Page:https://luckyhackers.academy/course/nuxt-extreme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

onlygists

Share and monetize code snippets. Earn extra income with the codes you make on a daily basis.
This is the source code to my course called: NuxtExtreme

Setup

First things first, rename .env.example to .env and put your keys

# instal deps
yarn install

# run local
yarn dev

Test payments locally

You'll need to install stripe-cli and run

# to authenticate with your account
stripe login

# to bypass events to your local machine
stripe listen --forward-to localhost:3000/api/webhooks/payment

About

Share and monetize code snippets. Earn extra income with the codes you make on a daily basis. (NuxtExtreme course source code)

https://luckyhackers.academy/course/nuxt-extreme


Languages

Language:JavaScript 78.5%Language:Vue 10.7%Language:TypeScript 10.6%Language:CSS 0.2%Language:PLpgSQL 0.1%