Skip to content

Latest commit

 

History

History
27 lines (13 loc) · 180 Bytes

File metadata and controls

27 lines (13 loc) · 180 Bytes

project example rest api

- copy .env.example to .env
- config .env
npm install

npm run start


# migration

npm run migrate


# test

npm run test