Skip to content

Node.js intro: NPM, modules (internal/external), export/import, file/request handling. Mini-project: medical system (Node.js backend, Next.js frontend), GitHub repo. Bonus: Express.js overview, MDN/official docs.

Notifications You must be signed in to change notification settings

Irkaraz/beginning-with-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

beginning-with-nodejs

Node.js intro: NPM, modules (internal/external), export/import, file/request handling. Mini-project: medical system (Node.js backend, Next.js frontend), GitHub repo. Bonus: Express.js overview, MDN/official docs.

Introduction to Node.js

- Exploration of NPM (Node Package Manager) and its importance in Node.js development. - Essential NPM commands: npm init and npm install. - Efficient dependency management for secure and up-to-date projects.- Create controllers using Controller annotation

Module Concepts

- Understanding and application of export and import for code modularization. - Differentiation between internal (native), external (NPM), and user-created modules. - Creation and use of modules for code organization and reusability.

Interaction and Request Modules

- Use of modules for interaction with the file system (fs) and path manipulation (path). - Implementation of interactive command-line interfaces with inquirer. - Development of dynamic web applications with request modules (http, url).

Mini Project: Medical Management System

- Development of a complete system with Node.js (backend) and Next.js (frontend). - System structuring with entities: Doctors, Patients, Appointments, and Prescriptions. - Application of market best practices, including unit tests and non-relational databases. - Project repository access on GitHub: https://github.com/FaculdadeDescomplica/ProgramacaoII

Bonus Content: Express.js

- Introduction to Express.js: basic concepts, routes, middleware, and RESTFULL API construction. - Security and performance tips for Express applications. - Recommended resources: MDN Web Docs and official Express.js documentation.

About

Node.js intro: NPM, modules (internal/external), export/import, file/request handling. Mini-project: medical system (Node.js backend, Next.js frontend), GitHub repo. Bonus: Express.js overview, MDN/official docs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published