/billing-system

Strapi & Next.js billing system

Primary LanguageJavaScriptMIT LicenseMIT

Automated billing system

Next.js

Hooks Environment variables

Strapi

GraphQL & JWT auth

Setup

Installation

Client

Install dependencies for client

Go to client folder
cd client Run yarn

Add environment variables

Create a .env file in this directory (You can use the .env.example file as a reference)

Strapi

Install dependencies for Strapi

Go to strapi folder
cd strapi Run yarn