Skip to content

Run project Rest API Node JS

~$ ashorterm edited this page Jun 7, 2024 · 1 revision

Rest API with Node JS Typescript

Source learn: https://www.youtube.com/playlist?list=PLmF_zPV9ZcP2mvls-O0fHjLpfJ6UUpfbP

# Run for develop
$ npm run dev

Screenshot 2024-03-20 at 15 57 05

# Run build for production
$ npm run build

Screenshot 2024-03-20 at 16 11 05

Response Postman

Screenshot 2024-03-20 at 16 13 42

Notes: If any change in dev and update to production or build you just execute this command -> npm run build -> and you must re-run node build/index.js

Clone this wiki locally