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.
- Streams
- Buffers
- Chunks
- Methods
- SOLID
- Clean code
- middlewares
- Regex
- Route parameters
- Query parameters
- Request body
- Install the dependencies
npm install
- Start server
npm run dev
npm run test:coverage
Test coverage |
---|