Skip to content

cvalb/challenge-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js challenge

Read this in other language: English, Portuguese

Description

This project consists of a Node.js + Express server that connects to a private API.

Instalation

  1. Install Node dependencies

     npm install
    
  2. Change the url value for the base url @ .configs/apiConfig.js line 2

     const url = "http://API_URL"
    

Objective

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.

1.0

Challenge deadline.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published