Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 612 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 612 Bytes

JWT BFF (Backend for Frontend) Auth

Getting Started

Prerequisites

  • MySQL installed (brew install mysql or run in Docker container)
  • Serverless Framework configured (follow Getting Started)

Installation

Install frontend dependencies:

cd frontend && npm install

Install backend dependencies:

cd backend && npm install

Running in development

Backend: cd backend && npm run offline runs the serverless framework in offline mode (locally)

Frontend: cd frontend && npm run dev runs next in dev mode