- Notifications
You must be signed in to change notification settings - Fork0
REST API for polyrepo.pro.
NotificationsYou must be signed in to change notification settings
risersh/rest
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is the API for the polyrepo.pro project.
Command | Description |
---|---|
make db/generate | Generates the Prisma client |
make db/migrate | Migrates the database |
make db/spy | Generate schema documentation and ERD. |
make run | Runs the API |
Generates the Prisma client library from theprisma/schema.prisma file and outputs it toprisma/db.
Performs database migrations to the database specified in the.prisma.env file.
Runs the API.
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.
Argument | Description |
---|---|
-- --open | Opens the schemaspy report in your browser (macOS only). |
Example:
make db/spy -- --open
About
REST API for polyrepo.pro.
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.