DEV Community

Discussion on: PokeAPI REST in NodeJS with Express, Typescript, MongoDB and Docker — Part 1

Collapse
 
mirkorainer profile image
Mirko Rainer

Awesome and simple guide. I like the extra descriptors for little things.
One thing of note, body-parser is now included in Express so bodyparser.json() would just become express.json().

Thank you for the write up!