Read this in other language: English, Portuguese
This project consists of a Node.js + Express server that connects to a private API.
-
Install Node dependencies
npm install
-
Change the url value for the base url @ .configs/apiConfig.js line 2
const url = "http://API_URL"
This project is a challenge sent by a job offer. This is my first project using Node.js.
The challenge's objective was to create a server using Node.js, Express, Ejs and Axios, connecting to a private API.
Challenge deadline.