Skip to content

change-engine/q

Repository files navigation

Interview project

make starts a docker PostgreSQL and PostgREST backend API. pnpm install && pnpm dev starts a Node development server.

make migrate runs new migrations and applies changes to functions and views. make reset resets the DB and runs all migrations. make psql opens up the Postgres CLI; or you can use your preferred client with postgres://postgres:postgres@localhost:55432/postgres

You can login as user1 or user2 both with the password password. They can only see different communication records for segments they are members of because of the RLS policy.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors