/planetscale-nestjs

Starter application demonstrating how to connect a NestJS API to a PlanetScale MySQL database

Primary LanguageTypeScriptCreative Commons Zero v1.0 UniversalCC0-1.0

Build a user management API with Nest.js and MySQL

Overview

This is a starter project for the Nest.js API and MySQL showing integration with PlanetScale.

Run the application

Clone this repo:

git@github.com:planetscale/planetscale-nestjs.git

Install Dependencies

Issue the following command to navigate into the project and install its dependencies:

cd nest-planetscale-starter

npm install

Add planetscale and connect with MySQL database

Follow the Build a user management API with Nest.js and MySQL to learn how to integrate this project with PlanetScale database.