pvev / iwantoplay-be

Back-end in node.js and express for the iwantoplay api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iwantoplay-be

Back-end for tha iwantoplay app

Install It

npm install

Run It

Run in development mode:

npm run dev

Run in production mode:

npm run compile
npm start

Run tests:

npm test

Deploy to the Cloud

e.g. CloudFoundry

cf push iwantoplay-be

Try It

  • Point you're browser to http://localhost:3000
  • Invoke the example REST endpoint curl http://localhost:3000/api/v1/examples

About

Back-end in node.js and express for the iwantoplay api


Languages

Language:JavaScript 68.2%Language:HTML 31.8%