Skip to content

trent823/Node_Express_API_Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node_Express_API_Example

Super simple and basic Node.js app using Express to expose API endpoints. Ideal for quickly testing if your host allows Node.js applications.

How to use?

  1. Clone repo locally
  2. Open terminal in the directory
  3. Run 'npm install'
  4. Run 'node app.js'
  5. Hit this endpoint in a browser or use a GET in Postman http://localhost:3000/url

About

Super simple and basic Node.js app using Express to expose API endpoints. Ideal for quickly testing if your host allows Node.js applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors