Simple demo that calls a nodejs\express rest api from an angular 1.x app.
-
Install nodejs if you haven't already.
-
Open a command line and clone this repo:
git clone [email protected]:newbyca/ean-stack-demo.git
- Navigate to the repo's folder and install node dependencies:
cd ean-stack-demo
npm install
- Run the demo with:
node server.js
- Browse the demo app at http://localhost:3000