Web Article Service with Caching
Create a web article service ready to handle traffic spikes with caching implementation. The Article table should include: id, author, title, body, and created.
- git clone https://github.com/mzcoder-hub/ArayBackendProgrammerTest.git
- cd ArayBackendProgrammerTest
- run
npm install
- run
node src/server.js