Simple example project with To-do list
Video with how to make this example:
[] (https://youtu.be/9Ou_8M28U18)
1- Generate the app: yo wejs:app tasks 2- install npm modules: npm install 3- Create and configure the DB: mysql -u root -e 'create database todos_demo'; subl config/local.js 4- Load default locales we loadLocales 5- Generate todo crud: yo wejs:resource task 6- Change default task list template subl server/templates/task/find.hbs 7- Add simple search 8- Change controller to only show current authenticated user tasks subl server/controllers/task.js 9- Done Thanks all :) Get more magic in: http://wejs.org
Build With:
- We.js
#How to install
- Clone this project
- Create one database for this project
- Enter in project folder
- Copy config/local.example to config/local.js
- Configure you database params
- install npm packages:
npm install
- start with:
we go
See http://wejs.org for we.js documentation
npm run build
This command will optimize your assets for production env.
we test
MIT