git clone https://github.com/fadhil-riyanto/shortlink.gitcd shortlinknpm i prisma- init database
npx prisma migrate dev, make sure you have been change .env - run prisma client generation
npx prisma db push - run our server (debugging)
npm run start_bloated - run our server (faster, but lack of typescript error feature on runtime)
npm run start
Contributions are welcome
@fadhil-riyanto
GPL-2.0 license