Skip to content

simple recipe api to put learning the nestjs framework into practice

Notifications You must be signed in to change notification settings

aldairandre99/Recipe-api

Repository files navigation

Prerequisites

  • Docker
  • Node.js
  • PostgreSQL

Run

Docker

  docker compose up

Seed

  npx prisma db seed

Api Development mode

  npm run start:dev

Features

  • Recipe Crud
  • User Crud
  • Authentication
  • Authorization
  • Cookies
  • Core

Releases

No releases published

Packages

No packages published