Skip to content

copetit/nemonemo

Repository files navigation

NEMONEMO

Pick the Today's color based on your mood!

nemonemo

Tech Stack

  • Next.js
  • PlanetScale
  • Prisma
  • TailwindCSS
  • react-color

Setup

⚠️ Should make PlanetScale DB.

$ cd nemonemo/
$ code .env

# Add your PlanetScale DB URL.

$ npm install
$ npm run dev

# http://localhost:3000

DB command

# Connect DB.
$ pscale connect nemonemo-db

# Open admin pannel.
$ npx prisma studio

# Add Prisma Client.
$ npx prisma generate

# Update DB(pscale) & update prisma client.
$ npx prisma db push

License

MIT