Skip to content

adityasahu2004/Devhacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gamified planner app

Automatically synced with your v0.app deployments

Deployed on Vercel Built with v0

Overview

This repository will stay in sync with your deployed chats on v0.app. Any changes you make to your deployed app will be automatically pushed to this repository from v0.app.

Deployment

Your project is live at:

https://vercel.com/michellerina18-gmailcoms-projects/v0-gamified-planner-app

Build your app

Continue building your app on:

https://v0.app/chat/projects/Uk3FWcKGDjm

How It Works

  1. Create and modify your project using v0.app
  2. Deploy your chats from the v0 interface
  3. Changes are automatically pushed to this repository
  4. Vercel deploys the latest version from this repository

Database migration notes

If you modified Prisma schema (added dueDateISO, itemType, course, professor) and your SQLite database doesn't have the new columns yet, either run the Prisma migration locally:

npx prisma migrate dev --name add_syllabus_fields

Or apply the SQL in migrations/add_syllabus_fields.sql directly to the SQLite DB:

sqlite3 ./prisma/dev.db < migrations/add_syllabus_fields.sql

After applying the migration, run npx prisma generate and restart the dev server.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors