matheusps / foods-api

TCC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🍦Foods

CircleCI codecov

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

About

TCC


Languages

Language:JavaScript 84.4%Language:TypeScript 15.6%