@anotherjulia/microbabel
v2.0.1
Published
Simple and Quick Startup Container/App for postgress and prisma databases
Readme
MicroBabel
MicroBabel is a simple and quick startup container/app for PostgreSQL and Prisma databases.
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Prerequisites
- Docker
- Node.js
- npm
Installation
- Setup the package:
npx @anotherjulia/microbabel my-db- Install dependencies
npm install- Startup the database
npm run startThis will start the Docker containers and the Prisma Client, and start up a Prisma Studio Interface.
