Skip to content

BossHogg97/PLT-Transaction

Repository files navigation

Startup

This is a generated Platformatic DB application.

Requirements

You'll need to have Node.js >= v18.8.0 or >= v20.6.0

Setup

# install dependencies
pnpm i

Usage

Start the server with:

pnpm dev

Open browser to http://localhost:5003/doc. You will redirect to doc page

Build

pnpm build

Advanced

Create and seed the database

At start of application the migration contained into `migrations' folder will define and seed initial database.

Create docker file and start compose

command shortcut

pnpm docker:build

Show content

docker run -it gemini-api /bin/sh

Explore

Custom routes

When update routes remove dist folder. This because when pnpm start is executed update dist and doesn't change old routes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published