This is a rewrite of the API Template project using typescript and prisma.
$ git clone https://github.com/juan1003/api-template.git
$ cd api-template/
$ bun install$ bun prisma generate
$ bun prisma migrate dev
$ bun prisma db seed$ bun startNote: You need to have bun installed to run this project.
Note 2: You need a .env file with DATABASE_URL variable containing a postgres connection string.