MicroBabel is a simple and quick startup container/app for PostgreSQL and Prisma databases.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Docker
- Node.js
- npm
- Setup the package:
npx @anotherjulia/microbabel my-db
- Install dependencies
npm install
- Startup the database
npm run start
This will start the Docker containers and the Prisma Client, and start up a Prisma Studio Interface.