Skip to content

arbezerra/ts-express-boilerplate

Repository files navigation

Express.js Typescript Boilerplate

CI

A boilerplate project for building REST API.

  • Server: Express.js
  • Query Builder: Knex
  • Auth: passport-jwt
  • Validator: Zod

Install

Clone the repository and install the dependencies with

yarn install

Copy the env file and edit the variables accordingly

cp .env.example .env

Apply the migrations

yarn knex migrate:latest

Seed the database

yarn knex seed:run

Running

yarn dev

About

A boilerplate project for build Rest Api.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published