Skip to content

A template repository for quickly generating a Typescript Express backend with Prisma

Notifications You must be signed in to change notification settings

michielglibert/ts-express-prisma

Repository files navigation

TS-express-prisma

A template repository for quickly generating a Typescript Express backend with Prisma.

How to setup

  • Create a file .env.local based on the .env.example files and adjust all varaibles ass needed.
  • Run npm install.
  • If you have Docker on your machine, you can use docker-compose up to start a Postgres instance. Data of this is stored in .postgres.
  • Start the project locally by running npm run dev.

About

A template repository for quickly generating a Typescript Express backend with Prisma

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published