Skip to content

sravanmummadi/node-todo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Todo App

A Node app built with MongoDB and Angular. For demonstration purposes and a tutorial.

Node provides the RESTful API. Angular provides the frontend and accesses the API. MongoDB stores like a hoarder.

Requirements

  • Node and npm
  • MongoDB: Make sure you have your own local or remote MongoDB database URI configured in config/database.js
  • MongoDB folder if installed with Hebrew : Mongodb path : /usr/local/Cellar/mongodb/3.2.10/bin
  • to Start MongoDB: mongod
  • to stop MongoDB:
  • to get mongo terminal : Go to MongoDB Path and enter cmd 'Mongo'

Installation

step1: install git step2: install npm step3: npm install -g nodemon

  1. Clone the repository: git clone [email protected]:scotch-io/node-todo
  2. Install the application: npm install
  3. Place your own MongoDB URI in config/database.js
  4. Start the server: node server.js
  5. View in browser at http://localhost:8080

Tutorial Series

This repo corresponds to the Node Todo Tutorial Series on scotch.io

Each branch represents a certain tutorial.

Happy Todo-ing!

Todo-aholic

Packages

No packages published

Languages

  • JavaScript 61.0%
  • HTML 39.0%