Successfully reported this slideshow.
Your SlideShare is downloading. ×

Quick workflow of a nodejs api

Ad
Ad
Ad
Ad
Ad
Ad
Ad
Ad
Ad
Ad
Ad
Upcoming SlideShare
GitHub Actions with Node.js
GitHub Actions with Node.js
Loading in …3
×

Check these out next

1 of 26 Ad

More Related Content

Slideshows for you (20)

Advertisement

Similar to Quick workflow of a nodejs api (20)

Recently uploaded (20)

Advertisement

Quick workflow of a nodejs api

  1. 1. Paolo Carrasco QUICK WORKFLOW OF AN API IN NODE.JS
  2. 2. API • Application Programming Interface • How software components should interact with each other.
  3. 3. Node.js • Server platform in Javascript • Event-driven, non-blocking I/O model
  4. 4. Github • Free • Many apps are linked to Github – https://github.com
  5. 5. Creating Github repository
  6. 6. Cloud 9 IDE • • • • IDE online Workspace already setup for Node.js and Git Collaborative environment It can be linked to Github
  7. 7. Dashboard C9
  8. 8. Cloning a Github repository
  9. 9. Cloning a Github repository
  10. 10. Project created
  11. 11. Workspace of C9
  12. 12. Node.js initial config
  13. 13. package.json file
  14. 14. Install dependencies: Express
  15. 15. Install dependencies: grunt client
  16. 16. Install dependencies: grunt
  17. 17. Install dependencies: grunt-init
  18. 18. Install dependencies: grunt-initnode
  19. 19. Project scaffolding
  20. 20. Test structure
  21. 21. Testing the resources
  22. 22. Testing the resources
  23. 23. Implementing resources
  24. 24. Implementing resources
  25. 25. Project Structure
  26. 26. Muchas gracias • Q&A

×