Skip to content

Latest commit

 

History

History
62 lines (40 loc) · 1.18 KB

README.md

File metadata and controls

62 lines (40 loc) · 1.18 KB

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