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
- Clone this repository:
git clone https://github.com/grdnmsz/prisma-docker.git
- Build, fetch and run docker containers
docker-compose up -d
This project is under 0BSD, feel free to use and share it!
- 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