wendyltan / NodeTodo

Single Page Web Application using Nodejs, Angular, Mongo and Express

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NodeTodo

Single Page Web Application using Nodejs, Angular, Mongo and Express

About

learning project of nodejs ,first time using using angular and mongodb

Requirement

make sure you have mongodb at least 3.4 and nodejs at least 8.9.4 installed to test this SPA.

Usage

Run node server.js or nodemon server.js if you are using nodemon.

Project structure

  • server.js: handle webpage routes using Express framwork
  • package.json : require package and basic info of the project
  • /public/core.js : act as a angular module and put controller in it
  • /public/index.html : use angular to construct an ajax front-end
  • /public/mydata : auto generated by mongodb while running
  • node_modules : all modules the project depends on

To see the tutorial

! Click here

About

Single Page Web Application using Nodejs, Angular, Mongo and Express

License:GNU General Public License v3.0


Languages

Language:JavaScript 56.4%Language:HTML 43.6%