All Projects → teknosains → nodemonkey

teknosains / nodemonkey

Licence: other
Example of Modular Node.js with Bootstrap

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
SQL
17 projects

nodemonkey

Modular Nodejs Sample App with Bootstrap

This example is built in Express Framework. Use it with free :)

Dependencies

  1. Mysql
  2. Crypto
  3. Ejs
  4. Bootstrap 3 ( gebootstrap.com and sb-admin from startbootstrap.com) #Google it
  5. express-myconnection

Run it

  1. create mysql database : nodejs
  2. create a table : t_user ( id,username,password_hash, password_salt ). or Just Import the SQL file in the source code
  3. seed the database with http://localhost:3720/seeding , it will create username & password : admin( change it youself in lib/login/proccess.js
  4. Run it on your localhost : http://localhost:3720/ ( the port set is 3720 )
  5. what it looks like (the apps) ? check here : http://teknosains.com/i/contoh-modular-nodejs-dan-bootstrap-source-code-inside

Where to create your module ?

Goto folder lib and Copy-Paste example given ( users, dashboard n Login)

NOTES

This is still under development, some links on Apps are not yet routed. But im still doing it, yet depends on my spare time :D

Create an issue for asking or reporting

Tutorial about this located at : http://teknosains.com/t/nodejs

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].