This is a boilerplate for ExpressJS with TypeScript.
- TypeScript
- ExpressJS
- Prisma
- ESLint
- Prettier
- Jest
- Docker
- Docker Compose
- GitHub Actions
- Node.js (>= 14.15.0)
- Docker
- Docker Compose
- Prisma
- Visual Studio Code (Optional)
- Clone the repository
git clone
- Install dependencies
npm install
- Start the database
docker-compose up -d