Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Template repo for the Nextjs frontend of Backengine projects

Notifications You must be signed in to change notification settings

Engine-Labs/backengine-project-template

Repository files navigation

Backengine Logo

Backengine Starter

This starter configures a Next.js app for use with Backengine.

How to use

  1. Rename .env.example to .env and update the values for the environment variables from your Backengine account.
  2. Run npm install to install dependencies
  3. Run npm run dev to start the local development server

Code Generation

The __backengine__ directory in the root of the project contains code auto-generated from your Backengine database schema.