Skip to content

jonchaney/node-api-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Node Backend for avoiding CORS issues in development

  • npm install
  • webpack
  • 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

simple node api backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published