https://github.com/aveek-saha/mean-todo-app

A checklist style todo app made using the MEAN stack. The tasks sync seamlessly across multiple instances of the application

https://github.com/aveek-saha/mean-todo-app

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.0%) to scientific vocabulary

Keywords

angularjs express express-middleware mlabs mongodb mongoose node-js nodejs
Last synced: 5 months ago · JSON representation

Repository

A checklist style todo app made using the MEAN stack. The tasks sync seamlessly across multiple instances of the application

Basic Info
  • Host: GitHub
  • Owner: Aveek-Saha
  • License: mit
  • Language: JavaScript
  • Default Branch: master
  • Homepage: https://todo0.herokuapp.com/
  • Size: 16.6 KB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Topics
angularjs express express-middleware mlabs mongodb mongoose node-js nodejs
Created almost 8 years ago · Last pushed over 7 years ago
Metadata Files
Readme License

README.md

MEAN Todo App

A checklist style todo app made using the MEAN stack (MongoDb Express AngularJs Node). The tasks sync seamlessly across multiple instances of the application.

How to use

Clone this repository and in the todo/server.js file, replace this text
<Insert your mlabs/mongodb connextion string here>
in this line
mongoose.connect('<Insert your mlabs/mongodb connextion string here>');
with your Mlabs connection string.

Then go to the todo/ directory in you command line and run npm install to install all the packages.
After installing run node server.js an open http://localhost:8080/ on your browser.

Owner

  • Name: Aveek Saha
  • Login: Aveek-Saha
  • Kind: user
  • Location: Boston, MA
  • Company: @akamai

Cloud Computing, Machine Learning and Full Stack. SDE co-op @akamai. MSCS student @northeastern. Previously at @HewlettPackard, @altimetrik & @ IIT Kgp.

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

todo/package-lock.json npm
  • accepts 1.3.5
  • array-flatten 1.1.1
  • async 2.1.4
  • bluebird 3.5.0
  • body-parser 1.18.2
  • bson 1.0.5
  • bytes 3.0.0
  • content-disposition 0.5.2
  • content-type 1.0.4
  • cookie 0.3.1
  • cookie-signature 1.0.6
  • debug 2.6.9
  • depd 1.1.2
  • depd 1.1.1
  • destroy 1.0.4
  • ee-first 1.1.1
  • encodeurl 1.0.2
  • escape-html 1.0.3
  • etag 1.8.1
  • express 4.16.2
  • finalhandler 1.1.0
  • forwarded 0.1.2
  • fresh 0.5.2
  • http-errors 1.6.2
  • iconv-lite 0.4.19
  • inherits 2.0.3
  • ipaddr.js 1.6.0
  • kareem 2.0.5
  • lodash 4.17.5
  • lodash.get 4.4.2
  • media-typer 0.3.0
  • merge-descriptors 1.0.1
  • method-override 2.3.10
  • methods 1.1.2
  • mime 1.4.1
  • mime-db 1.33.0
  • mime-types 2.1.18
  • mongodb 3.0.4
  • mongodb-core 3.0.4
  • mongoose 5.0.9
  • mongoose-legacy-pluralize 1.0.2
  • mpath 0.3.0
  • mquery 3.0.0
  • ms 2.0.0
  • negotiator 0.6.1
  • on-finished 2.3.0
  • parseurl 1.3.2
  • path-to-regexp 0.1.7
  • proxy-addr 2.0.3
  • qs 6.5.1
  • range-parser 1.2.0
  • raw-body 2.3.2
  • regexp-clone 0.0.1
  • require_optional 1.0.1
  • resolve-from 2.0.0
  • safe-buffer 5.1.1
  • semver 5.5.0
  • send 0.16.1
  • serve-static 1.13.1
  • setprototypeof 1.1.0
  • setprototypeof 1.0.3
  • sliced 0.0.5
  • sliced 1.0.1
  • statuses 1.3.1
  • statuses 1.4.0
  • type-is 1.6.16
  • unpipe 1.0.0
  • utils-merge 1.0.1
  • vary 1.1.2
todo/package.json npm
  • body-parser ^1.18.2
  • express ^4.16.2
  • method-override ^2.3.10
  • mongodb ^3.0.4
  • mongoose ^5.0.9