You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Online BookShelf project is a backend-focused application developed using Node.js. It provides a robust API for managing and organizing a digital book collection in an online environment. Users can interact with the application using various endpoints through Postman or any other API client.
If you are a JS dev, After learning the fundamentals. You have to learn Async, Await, Callbacks and Promises. This repository provide several easy examples which can show you how they are working.
This is an app to test building an api with nodejs and express framework The app uses mongodb for storing data. You need to set up the connection string to mongodb to use it. The app is a RESTful API CRUD operations on a model product with validations using Joi library and custom validation middlewares.
This repository offers a structured collection of JavaScript code examples categorized into Basic, Intermediate, and Advanced levels. Each section provides fundamental concepts, complex topics, and advanced techniques with accompanying explanations. Additionally, a Projects folder contains hands-on projects to further enhance your skills and apply
Uma pequena aplicação que utiliza a API do github para buscar usuários e colocar em uma lista de favoritos. Para isso, usamos vários conceitos de javascript, como herança, imutabilidade, promises com async e await, classes e objetos, import e export e etc...