Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 254 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 254 Bytes

nlw-return-backend

Running project

You must have to have NodeJs installed to run this project

  • yarn or npm install
  • npx prisma migrate dev
  • yarn dev or npm run dev

To run tests use yarn test or npm run test