Skip to content

A Mongo+Nest.js+Typescript REST API to expose info around Digimon World 1 PS1 videogame

Notifications You must be signed in to change notification settings

gal16v8d/dw1-svc

Repository files navigation

DW1-Service

Nest Logo

A Mongo + Nest.js + Node.js + Typescript app to expose a REST API with some useful info around the PS1 game Digimon World 1.

Get started

Installation

$ 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.

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Artillery tests

List of cool technologies in use here

License

MIT licensed.

Stay in touch