Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

joacod/node-playground-api

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js Playground

Node.js playground Web API using Express

Notes

The idea of this project is to provide all the apis that exists in my other repositories NetCore.Playground.Api and go-playground-api

What we get from this:

  • We practice different approaches in Node.js
  • We can compare Node.js implementations with the same ones written in .NetCore and Go
  • We have three versions of the same Web Api written in different languages, that can be switched from a UI having the exact same results

I have created three UI projects to consume the APIs created here, you can use either of the following repositories:

Prerequisites

Some libraries used

  • debug (Debugging utility modelled after Node.js)
  • chalk (Terminal string styling)
  • morgan (HTTP request logger middleware for node.js)
  • nodemon (Monitor for any changes in your node.js application and automatically restart the server)
  • axios (Promise based HTTP client)

How to Run it

  1. From the terminal: npm start
  2. Once it's running, go to a browser
  3. Hit the following url http://localhost:8080/

What you will find so far ✔️

  • Web API created with Node.js and Express

About

Node.js playground Web API using Express

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.