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 bun
Migrate databases :
make migrate
db push :
make db
Run :
make
Manual.
Install :
npm i
#with bun
bun i
Migrate :
npx prisma migrate dev --schema prisma/schema.prisma
Run :
- Build.
npm run build
- Start.
npm run start
#with bun
bun start
MIT