Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 705 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 705 Bytes

Node Angular Etsy App

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.

Requirements

Installation

  1. Clone the repository: git clone [email protected]:andrewborstein/node-angular-etsy.git
  2. Install the application: npm install
  3. Start the server: node server.js
  4. View in browser at http://localhost:8080

Etsy API