Skip to content

Aaidt/gumboard

 
 

Repository files navigation

Gumboard

Keep on top of your team's to-dos.

Getting Started

Prequisities

  • Docker Compose
  • Node

Database Setup

  1. Create your environment variables file:
cp env.example .env.local
  1. Start the PostgreSQL database using Docker:
npm run docker:up
  1. Push the database schema:
npm run db:push

Development Server

First, run the development server:

npm run dev

Visit http://localhost:3000 in your browser to access the application.

Database Commands

  • npm run docker:up - Start PostgreSQL database
  • npm run docker:down - Stop PostgreSQL database
  • npm run db:generate - Generate Prisma client
  • npm run db:push - Push schema changes to database
  • npm run db:migrate - Run database migrations
  • npm run db:studio - Open Prisma Studio (database GUI)
  • npm run db:reset - Reset database and run migrations

About

Keep on top of your team's to-dos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.1%
  • CSS 1.6%
  • JavaScript 0.3%