Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 279 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 279 Bytes

DailyDiet - API

💻 Getting started

To run this commands you must enter the packages/api folder

Setup environment variables

cp .env.example .env

Run Migrations

node ace migration:run

Start the server

pnpm run dev