![]() |
Toybox API uses the Nest framework TypeScript starter repository. See toybox-web for web client using vuetify, or the angular client
- mongodb
- Nest/NestJS
- openapi-generator-cli
npm install @openapitools/openapi-generator-cli
$ npm install
-
Run commands:
# Review client openapitools configuration > toybox-api\openapi-config.json > toybox-api\package.json > scripts/gen-backend # Generate client > cd toybox-api > npm run gen-backend # Build client > cd ..\toybox-backend-ts-axios > npm install > npm run build # Install > cd ..\toybox-web > npm install ..\toybox-backend-ts-axios --save
-
Review package.json for client reference
"toybox-backend": "file:../toybox-backend-ts-axios"
# start data services (mongodb)
$ "C:\Program Files\MongoDB\Server\4.4\bin\mongod.exe" --dbpath "C:\data\toybox"
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
Delete folder 'api/cient' and all contents Generate the api/client
npm run gencli
Add file .eslintignore, and add:
/*.*
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
None
- Author - Adam Cox
None
- Issue during build of API results in no changes: [SO](nestjs SwaggerDocumentOptions github)
npm run prebuild