Skip to content

Molezinif/fundamentalsNodeJS

Repository files navigation

Challenge Node JS

About

This study project aims to develop a basic API using Node.js, without the use of popular frameworks, to perform CRUD (Create, Read, Update, Delete) operations on a patient entity. Instead of a traditional database, the 'fs' module of Node.js will be used to store data in files.

Covered concepts:

  • Streams
  • Buffers
  • Chunks
  • Methods
  • SOLID
  • Clean code
  • middlewares
  • Regex
  • Route parameters
  • Query parameters
  • Request body

Starting the project:

  1. Install the dependencies
npm install
  1. Start server
npm run dev

Running tests

npm run test:coverage

Current Coverage(updated in each version)

   Test coverage
Alt text
Alt text

About

challengeNodeJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published