Skip to content

ChloeWhen117/sharepolls-public

Repository files navigation

Share Polls App

This is an app bootstrapped according to the init.tips stack, also known as the T3-Stack.

Getting Started

Prerequisite:

  • MySQL local database (or Planetscale connection using PScale CLI)
  • npm

Setup

  1. Clone repo
  2. npm install
  3. Create .env file if one does not already exist (example .env file here)
  4. Add connection URLs for both database and shadow db to .env
  5. Initialize database - npx prisma migrate dev
  6. Run dev server npm run dev

Author

Chloe Nguyen

About

Web app for sharing polls. Built with Typescript, Next.js, Node.js, trpc. Hosted on Planetscale

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published