Skip to content

garguelles/sign-protocol-prototype

Repository files navigation

PragmaCollective API Template

Create .env file and add the values for the ff:

DATABASE_URL=
ENV=local

Running the app. Add --build flag if this is your first time running the app.

docker compose up

Creating migrations

make create_migration name="migration_name"

Apply migrations

make apply_migrations 

Handle database migration conflicts

make migrate_hash

Code gen. You need to run ent code gen everytime you update ent/schema files

make ent_generate

About

sign protocol POC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors