This repository has basically the intention of API's REST development and analysis, without any frameworks, using only native NodeJS.
- Node: v16.15.1
- After downloading the repository, make sure you have Node installed on ur computer(more infos at: nodejs.org)
- Run the project by terminal using
node index.js
- If the message
The local server u just created is running on port localhost:3000 👺
popped up - The server is running, feel free to test the API functionalities using any API client that u prefer