A Node app built with MongoDB and Angular. Forked from the Single Page Todo App with Node and Angular from scotch.io.
Node provides the RESTful API. Angular provides the frontend and accesses the API. MongoDB stores like a hoarder.
- Clone the repository:
git clone [email protected]:andrewborstein/node-angular-etsy.git
- Install the application:
npm install
- Start the server:
node server.js
- View in browser at
http://localhost:8080