Skip to content

adanielyan/nodestrap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEMO

http://nodestrap.herokuapp.com/

NodeStrap

NodeStrap is a Front-end / Back-end template using AngularJS, Twitter Bootstrap ,MongoDB and NodeJS with authentication system for building and deploy (Heroku ready) NodeJS apps in seconds.

NodeStrap uses the MEAN Stack

  • MongoDB
  • Express
  • NodeJS 0.10.x
  • AngularJS

Quick start

Clone the git repo - git clone https://github.com/hugodias/nodestrap.git - or download it

Go to your nodeStrap folder and run npm

npm install

Change your server API URL at public/javascripts/services/user_services.js

var parseURL = "http://nodestrap.herokuapp.com/api";

Start MongoDB

mongod

Run nodeJS

node app.js

Check at http://localhost:5000

You can try loggin in with admin / admin

Features

  • Security Authentication system
  • Users CRUD
  • Ready for Heroku deploy

Todo


  • Include supports for redis and mysql / postgres
  • Create a feature to remind the user password

License

Major components:

Everything else:

The Unlicense (aka: public domain)

About

NodeStrap is a NodeJS template to build web apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published