Description: Simple thinkjs based on demo, including login registration, information release/edit/delete
The use of this product requires the following knowledge: thinkjs, EJS, Nodejs, mysql, CSS, jQuery, HTML
For learning to use, only completed the basic functions, not to do the interface and the program to further optimize the details need to adjust their own.
Installation:
1 install nodejs, thinkjs
2 after extracting the root directory of the SQL file into the , the configuration information in /App/Conf/config.js
3 reference thinkjs official documents are shown to start the boot mode
To Search:
File list (Check if you may need any files):
thinkjs
.......\.gitignore
.......\App
.......\...\Common
.......\...\......\common.js
.......\...\Conf
.......\...\....\config.js
.......\...\Lib
.......\...\...\Controller
.......\...\...\..........\Admin
.......\...\...\..........\Home
.......\...\...\..........\....\BaseController.js
.......\...\...\..........\....\IndexController.js
.......\...\...\..........\....\LoginController.js
.......\...\...\Model
.......\...\...\.....\MessagesModel.js
.......\...\Runtime
.......\...\.......\Cache
.......\...\.......\Data
.......\...\.......\....\app.pid
.......\...\.......\Log
.......\...\.......\Temp
.......\...\View
.......\...\....\Home
.......\...\....\....\index_add.html
.......\...\....\....\index_content.html
.......\...\....\....\index_demo.html
.......\...\....\....\index_edit.html
.......\...\....\....\index_index.html
.......\...\....\....\index_list.html
.......\...\....\....\index__404.html
.......\...\....\....\login_login.html
.......\...\....\....\login_reg.html
.......\ctrl.sh
.......\node_modules
.......\............\thinkjs
.......\............\.......\.jshintrc
.......\............\.......\.npmignore
.......\............\.......\coverage
.......\............\.......\........\coverage.json
.......\............\.......\........\index.html
.......\............\.......\........\prettify.css
.......\............\.......\........\prettify.js
.......\............\.......\........\thinkjs
.......\............\.......\........\.......\index.html
.......\............\.......\........\.......\index.js.html
.......\............\.......\........\.......\lib
.......\............\.......\........\.......\...\Common
.......\............\.......\........\.......\...\......\common.js.html
.......\............\.......\........\.......\...\......\extend.js.html
.......\............\.......\........\.......\...\......\function.js.html
.......\............\.......\........\.......\...\......\index.html
.......\............\.......\........\.......\...\Conf
.......\............\.......\........\.......\...\....\alias.js.html
.......\............\.......\........\.......\...\....\config.js.html
.......\............\.......\........\.......\...\....\debug.js.html
.......\............\.......\........\.......\...\....\index.html
.......\............\.......\........\.......\...\....\mode.js.html
.......\............\.......\........\.......\...\....\tag.js.html
.......\............\.......\........\.......\...\index.html
.......\............\.......\........\.......\...\Lib
.......\............\.......\........\.......\...\...\Behavior
.......\............\.......\........\.......\...\...\........\CheckResourceBehavior.js.html
.......\............\.......\........\.......\...\...\........\CheckRouteBehavior.js.html
.......\............\.......\........\.......\...\...\........\DenyIpBehavior.js.html
.......\............\.......\........\.......\...\...\........\index.html
.......\............\.......\........\.......\...\...\........\LocateTemplateBehavior.js.html
.......\............\.......\........\.......\...\...\........\ParseTemplateBehavior.js.html
.......\............\.......\........\.......\...\...\........\ReadHtmlCacheBehavior.js.html
.......\............\.......\........\.......\...\...\........\TokenBehavior.js.html
.......\............\.......\........\.......\...\...\........\WriteHtmlCacheBehavior.js.html
.......\............\.......\........\.......\...\...\Core
.......\............\.......\........\.......\...\...\....\App.js.html
.......\............\.......\........\.......\...\...\....\Controller.js.html
.......\............\.......\........\.......\...\...\....\Db.js.html
.......\............\.......\........\.......\...\...\....\Dispatcher.js.html
.......\............\.......\........\.......\...\...\....\Http.js.html
.......\............\.......\........\.......\...\...\....\index.html
.......\............\.......\........\.......\...\...\....\Model.js.html
.......\............\.......\........\.......\...\...\....\Think.js.html
.......\............\.......\........\.......\...\...\....\View.js.html
..