foods-api

TCC

Stars
1

🍦Foods

Starting

npm start or yarn start

Development

npm run dev or yarn dev

Fist of all, is required to have nodejs installed. Guide

You may need prisma installed globally, for that, just:

npm install -g prisma or yarn add global prisma

Generate Schema prisma generate prisma deploy

Testing

Running test with jest npm run test or yarn test

Generate coverage npm run test:coverage or yarn test:coverage

More about Jest @ official docs

Build

npm run build or yarn build

Production

npm run prod or yarn prod