rachhen / prisma-mongodb-advanced-workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advanced Prisma with MongoDB

This repository contains the starter project for the Advanced Prisma with MongoDB workshop by Sabin Adams.

Setup

1. Clone this repository

You can clone this repository with the following command:

git clone https://github.com/rachhen/prisma-mongodb-advanced-workshop.git

Alternatively, you can also download the project via the GitHub UI. Click the green Code-button in the top-right corner and then click on Download ZIP.

2. Install dependencies

Navigate into the project directory and install the npm dependencies with the following command:

cd prisma-mongodb-workshop
npm install

3. Start local MongoDB instance via Docker

The docker-compose.yml file in this repo lets you spin up an instance of a MongoDB database via Docker. Run the following command to start your MongoDB instance:

docker-compose up -d

About


Languages

Language:TypeScript 70.0%Language:CSS 27.5%Language:JavaScript 1.5%Language:Shell 0.9%