This Node app built with MongoDB and Angular. For learning purpose.
Node provides the RESTful API. Angular provides the frontend and accesses the API. MongoDB stores like a hoarder.
- Clone the repository:
git clone git@github.com:scotch-io/node-todo
- Install the application:
npm install
- Start the server:
node server.js
- View in browser at
http://localhost:8080
Note: Use your own repository by placing the below code into package.json above dependencies: "repository" :{ "type" : "git", "url" : "git@git.example.com:example.git" }