Password Protected URL shortener
This is currently deployed on AWS Amplify here.
- Install NodeJS and npm
- Install pnpm
git clone
this repo- run
pnpm i
to install dependencies - Fill in environment variables
- run
pnpm dev
to test
We currently use the Create-T3-App Stack here
- Typescript as the language, full-stack
- React as the UI library
- Next.js as the framework
- tRPC as the backend
- NextAuth to handle authentication
- NextUI for styling
- Tailwind for styling
- Prisma for the ORM
- CockroackDB for the database