Skip to content

Hewerton80/boilerplate-backend-node

Repository files navigation

This is a Node js backend boilerplate.

Getting Started

Run the development server:

yarn dev

Create the database

Run the following command to create your database file. This also creates the User and Post tables that are defined in prisma/schema.prisma:

npx prisma migrate dev --name init

Once you've updated your data model, you can execute the changes against your database with the following command:

npx prisma migrate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published