Before you begin, make sure you have the following installed on your system:
- Node.js: Download and Install Node.js
- NPM (Node Package Manager): Typically installed along with Node.js.
To set up and run the API, follow these simple steps:
-
Clone the Repository: Clone this repository to your local machine.
https://github.com/SuaDev09/Fragmentacion-h-v-api.git
-
Install Dependencies: Navigate to the project directory and install all project dependencies using NPM.
cd yourproject npm install -
Running the API: After completing the installation, you can start the API with the following command:
npm run start