Indonesian Postal Code with fastify and prisma orm.
Node Version^18.18.2 or higher. If you haven't installed node js, please visit the link below:
https://nodejs.dev/en/download
NPM Version^9.8.1 or higher.
With Makefile.
Install :
make install
#with bun
make bunMigrate databases :
make migratedb push :
make dbRun :
makeManual.
Install :
npm i
#with bun
bun iMigrate :
npx prisma migrate dev --schema prisma/schema.prismaRun :
- Build.
npm run build- Start.
npm run start
#with bun
bun startMIT