- Notifications
You must be signed in to change notification settings - Fork21
NodeStrap is a NodeJS template to build web apps
NotificationsYou must be signed in to change notification settings
hugodias/nodestrap
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
http://nodestrap.herokuapp.com/
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.
- MongoDB
- Express
- NodeJS 0.10.x
- AngularJS
Clone the git repo -git clone https://github.com/hugodias/nodestrap.git
- ordownload it
Go to your nodeStrap folder and run npm
npm install
Change your server API URL atpublic/javascripts/services/user_services.js
var parseURL = "http://nodestrap.herokuapp.com/api";
Start MongoDB
mongod
Run nodeJS
node app.js
Check athttp://localhost:5000
You can try loggin in withadmin / admin
- Security Authentication system
- Users CRUD
- Ready for Heroku deploy
- Include supports for redis and mysql / postgres
- Create a feature to remind the user password
- jQuery: MIT/GPL license
- Twitter bootstrap:Apache License, Version 2.0 (the "License")
The Unlicense (aka: public domain)