This exercise is all about building a production service using the best programming practices like DRY, orthogonality, clean code, testable code, and so on.
The idea is to create an API that gives you all the info about trails, so you can easily plan your next adventure.
Make sure your Node.js version is 20.17 or higher.
In your terminal, run the command:
npm ci
For production mode, run:
npm start
For develop mode, run:
npm run dev