Skip to content

Latest commit

 

History

History
executable file
·
31 lines (24 loc) · 290 Bytes

README.md

File metadata and controls

executable file
·
31 lines (24 loc) · 290 Bytes

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