Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

REST API for polyrepo.pro.

NotificationsYou must be signed in to change notification settings

risersh/rest

Repository files navigation

This is the API for the polyrepo.pro project.

Commands

CommandDescription
make db/generateGenerates the Prisma client
make db/migrateMigrates the database
make db/spyGenerate schema documentation and ERD.
make runRuns the API

make db/generate

Generates the Prisma client library from theprisma/schema.prisma file and outputs it toprisma/db.

make db/migrate

Performs database migrations to the database specified in the.prisma.env file.

make run

Runs the API.

make db/spy

Generates schema documentation and ERD.

This will output to thetmp/schemaspy directory. You can then open the index.html file in your browser to view the documentation.

ArgumentDescription
-- --openOpens the schemaspy report in your browser (macOS only).

Example:

make db/spy -- --open

alt text

About

REST API for polyrepo.pro.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp