Skip to content

whisher/express-prisma-starter

Repository files navigation

Typescript Express Prisma Starter

by @ilwebdifabio

License: MIT code style: prettier

Getting started

git clone https://github.com/whisher/express-prisma-starter.git server-project
cd server-project
npm install
npm start
  • In development, for a quick go, create a file /prisma/dev.db and run npx prisma migrate dev
  • For production, pick your target database up and take a look at prisma documentation
  • Rename .env-sample in .env

Goals

The main goal of this repository is to provide an easy full configurable backend for front end developers. Take a look at angular-ngrx-material-starter

About

A simple typescript express BE for front end developers

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors