Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 612 Bytes

File metadata and controls

31 lines (22 loc) · 612 Bytes

Trail API

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.

Getting Started

Prerequisites

Make sure your Node.js version is 20.17 or higher.

Installation

In your terminal, run the command:

npm ci

Running

For production mode, run:

npm start

For develop mode, run:

npm run dev

Author