Modular Nodejs Sample App with Bootstrap
This example is built in Express Framework. Use it with free :)
Dependencies
- Mysql
- Crypto
- Ejs
- Bootstrap 3 ( gebootstrap.com and sb-admin from startbootstrap.com) #Google it
- express-myconnection
- create mysql database : nodejs
- create a table : t_user ( id,username,password_hash, password_salt ). or Just Import the SQL file in the source code
- seed the database with http://localhost:3720/seeding , it will create username & password : admin( change it youself in lib/login/proccess.js
- Run it on your localhost : http://localhost:3720/ ( the port set is 3720 )
- what it looks like (the apps) ? check here : http://teknosains.com/i/contoh-modular-nodejs-dan-bootstrap-source-code-inside
Goto folder lib and Copy-Paste example given ( users, dashboard n Login)
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