Skip to content

Source code. Cloud-native SaaS solution for managing asynchronous tasks

License

Notifications You must be signed in to change notification settings

colibritask/saas

Repository files navigation

ColibriTask SaaS monorepo

Development

Next.js

...

Prisma

Run the following command to start the database:

$ docker compose up -d

With the database running, update the .env file with the following database connection url:

DATABASE_URL="postgresql://postgres:prisma@localhost:5432/postgres?schema=public"

Run migrations with command:

$ npx prisma migrate dev --name init

Use Prisma Studio for the view/edit data in your database.

About

Source code. Cloud-native SaaS solution for managing asynchronous tasks

Resources

License

Stars

Watchers

Forks