Skip to content

anaibol/yelly-api

Repository files navigation

Description

Yelly API powered by Nestjs

Installation

$ yarn
$ yarn prisma generate

Local development with database in Docker

Launching the app with a new database

$ yarn dev:docker:up:reset
$ yarn prisma migrate deploy

Launching the app with existing docker database

$ yarn dev:docker:up
$ yarn dev

Docker database URL

postgresql://admin:admin@localhost:5432/yelly?schema=public

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors