Skip to content

matheusbrasil/node-api-sorting-hat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-api-sorting-hat

About

Simple API to study Nodejs and SAP Cloud.
The purpose of this API is to simulate the Sorting Hat. For each API call, it returns a Hogwarts house.

How run the app?

On MacOS or Linux, run the app with this command:

$ DEBUG=myapp:* npm start

On Windows Command Prompt, use this command:

> set DEBUG=myapp:* & npm start

On Windows PowerShell, use this command:

PS> $env:DEBUG='myapp:*'; npm start

Then load http://localhost:3000/ in your browser to access the app.

Links

  1. Node.js
  2. Express
  3. Markdown
  4. Git Markdown
  5. CAP
  6. Cloud Foundry
  7. SAP Samples CF Hello World

Images

Hogwarts Houses

Name Image
Gryffindor Gryffindor_Crest
Hufflepuff Hufflepuff_Crest
Ravenclaw Ravenclaw_Crest
Slytherin Slytherin_Crest

About

Simple API to study Nodejs and Cloud

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published