A Mongo + Nest.js + Node.js + Typescript app to expose a REST API with some useful info around the PS1 game Digimon World 1.
$ npm install
You might need to define DB_DW1
env value, it should target to a mongo database, on my case, I am using an existing one in atlas mongo, who I am getting populated slowly using the Digimon World 1
info that I get from some guides and some playthrough notes.
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
- Can be checked at: api-testing repo
- Author - gal16v8d