Home

Awesome

Express api starter project

✅ Serverless Vercel api
✅ Scalable project structure
✅ JWT based authentication
✅ TypeOrm & PostgreSQL as database
✅ Zod for validation
✅ Customizable logger
✅ Typescript support

Scripts

Development server

$ yarn dev

Change git origin

Make sure to set your own git repo origin after cloning this repo.

$ git remote set-url origin "your-repo-url.git"

No testing frameworks

Do not use this template in production as it does not have any support for testing.