API made with typescript using the NestJS framework
This API needs the following sofware to be installed:
- Node.js 14+ (14.15+ recommended)
- MySQL (8.0+ recommended)
-
Install dependencies with npm:
npm install
-
Create .env file
npm run env:create
- Assigning values to empty variables is required
-
Create Database and insert Dummy data
npm run db:create
-
Running the app
# development npm run start # watch mode npm run start:dev
# unit tests
npm run test
# e2e tests
npm run test:e2e
# test coverage
npm run test:cov