lowdisk17 / node-promise

A simple project to kickstart your nodejs and promise journey

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-promise

A simple project to kickstart your nodejs and promise journey

Note: In testing

  1. Run the application by using any idea of your choice (example VSCode)
  2. Make sure to have NodeJS in your environment
  3. Using terminal go to project directory and run npm install
  4. By using postman or any other testing application you can check the validity of the application. Paste the following info accordingly Endpoint :
  5. Sample Response
    • Done (Check via postman endpoint response)
    • Check console log
      • Express app is running on port 3000
      • Resolved - Start
      • This is resolve sample 1
      • Resolved - End
      • Reject - Start
      • This is reject sample 2
      • Reject - End

About

A simple project to kickstart your nodejs and promise journey


Languages

Language:JavaScript 100.0%