Skip to content

2tku/carsmgr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

carsmgr

Demo firebase web + node js.

Requirement:

  1. Install env node.js :

    ref: https://github.com/felixrieseberg/npm-windows-upgrade#usage

  2. Install express:

    $ npm install express --save

  3. Install deamon:

    $ npm install nodemon --save-dev

/* -- not used You can run $ npm run dev to trigger nodemon server.js. */

  1. Install mongodb:

    $ npm install mongodb --save

  2. Install Embedded JavaScript:

    $ npm install ejs --save

Start app:

$ npm start

Web start in port 3000

Ref:

https://zellwk.com/blog/crud-express-mongodb/

Tuts:

https://thachpham.com/tools/cach-tao-repository-cho-git.html http://rogerdudler.github.io/git-guide/index.vi.html

https://scotch.io/tutorials/creating-a-single-page-todo-app-with-node-and-angular http://adrianmejia.com/blog/2014/09/28/angularjs-tutorial-for-beginners-with-nodejs-expressjs-and-mongodb/ https://github.com/angular-app/angular-app https://github.com/angular/angular.js/wiki/AngularJS-Training-(AngularJS-Complete-Solution)

User authen tutorial:

https://www.ctl.io/developers/blog/post/build-user-authentication-with-node-js-express-passport-and-mongodb https://www.danielgynn.com/build-an-authentication-app-using-express-node-passport/

mongoose:

https://github.com/Automattic/mongoose/tree/master/examples

deploy:

http://www.krizna.com/centos/installing-node-js-centos-6-sample-app/

angular UI:

https://github.com/angular-data-grid/angular-data-grid.github.io https://material.angularjs.org/latest/

bootstrap Icon:

https://www.w3schools.com/bootstrap/bootstrap_ref_comp_glyphs.asp

backupdb:

mongodump -h ds125556.mlab.com:25556 -d carsmgr -u user -p pass -o C:\mongo\backup

About

demo firebase web + node js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published