lwTshort is a link shortener build as a side project to get familiar with NEXT.JS
To work with a database i used Prisma as my ORM.
Use the package manager pnpm (or whatever your choice may be) to install the project.
pnpm install
Set local .env for
DATABASE_URL
NEXT_PUBLIC_BASE_URL
Open Open http://localhost:3000 with your browser.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
This is a Next.js project bootstrapped with create-next-app
.