Skip to content

Template project to bootstrap a back-end application with nodejs (express), postgresql and prisma within a docker container.

License

Notifications You must be signed in to change notification settings

grdnmsz/prisma-docker

Repository files navigation

prisma-docker

Setting up a back-end environment for Prisma and Docker

license-badge repo-size-badge

Template project to bootstrap a back-end application with nodejs (express), postgresql and prisma within a docker container.

This code is a follow up to my article available here : https://gordonmes.dev/docker-prisma

Getting started

  • Clone this repository:
git clone https://github.com/grdnmsz/prisma-docker.git
  • Build, fetch and run docker containers
docker-compose up -d

License

This project is under 0BSD, feel free to use and share it!

Tech & framework used

  • Docker, an open platform for developing, shipping, and running applications
  • Prisma, a new kind of ORM for Node.js and Typescript
  • Express a fast unopinionated, minimalist web framework for Node.js
  • PostgreSQL, an open source relational database

About

Template project to bootstrap a back-end application with nodejs (express), postgresql and prisma within a docker container.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published