A challenge project from Devcode - Back-end API Node.js case Todo-list. This is an interesting challenge focused on building a Robust & Performance REST API, you can try here.
- Fastify
- MySQL2
There are a lot of room for improvement this project, an one of them is to implement caching like redis, memcache or simple cache that you can install in your node.js projectlike lru-cache
.