Skip to content

umeshan/first-node-project

 
 

Repository files navigation

My first NodeJS project! 👩‍💻

Skills 🤹🏻

In this project, I was able to:
  • Perform asynchronous operations using callbacks;
  • Perform asynchronous operations using Promises;
  • Read and write files locally with NodeJS;
  • Write your own scripts that create and consume Promises;
  • Rewrite code that uses callbacks to use Promises;
  • Make function calls consciously;
  • Understand the basics of how JavaScript works;
  • Detect and troubleshoot code more objectively;
  • Understand the difference between synchronous and asynchronous execution;
  • Understand what HTTP is, what an API is, and what the two have to do with Express;
  • Write APIs using Node and Express;
  • Understand the structure of an Express application and how to organize its code;
  • Create routes and apply middleware.
  • Deliverables

What I developed 🤔

  • I develop an API of a CRUD (Create, Read, Update and Delete) of speakers;
  • I develop some endpoints that will read and write to a file, using the fs module.

Enjoy! 🥰

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%