Skip to content

appacademy/node-api-backend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Node API Backend

Simple Node Backend for avoiding CORS issues in development

  • npm install
  • npm run build
  • npm start

Technologies

  • express
  • axios
  • webpack

Implementation

This project allows you to serve your HTML and JS from a custom backend that performs API requests to an external API.

app.js contains the routes that you need to get your data. Customize them according to the paths you wish to use in your code, and the API you wish to access

Write your JS in the javascripts folder; your entry file is index.js.

In the entry file

About

A simple node api backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.8%
  • HTML 9.2%