-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathREADME.md~
40 lines (26 loc) · 1.21 KB
/
README.md~
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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://codetrash.com/tutorial/nodejs/48/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://codetrash.com/tutorial/nodejs