Skip to content

Jofo0/Roomies

Repository files navigation

To run this app locally with db you need to

  1. Add this to .env file

DATABASE_URL="http://localhost:8080" AUTH_TOKEN="randomwords"

  1. To start the DB run: "npm run db" or if you want to specify the name of the db file "turso dev --db-file dev.db"

  2. Start the app in dev mode by using "npm run dev"

Running migrations

  1. To run migration you need to have the DB started (previous section).
  2. If the db is running you need to use "npx drizzle-kit push" or "npm run migration-migration"

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors