Enter a url and get a short url back using a random hash.
This is a T3 Stack project bootstrapped with create-t3-app.
This application is using NextJS, tRPC, Postgresql, Prisma
The database has one table URL with the following columns:
id- Integer, primary key, auto incrementurl- String, the original URLurl_hash- String, the hash of the URLcreatedAt- Timestamp, when the URL was createdupdatedAt- Timestamp, when the URL was last updated
docker compose up- navigate to
http://localhost:3000