Working on
- [x] connect to mongodb
- [x] Service + DAO layer
- [x] Validation
- [ ] connect to postgresql
- [x] customize config
- [ ] bundling using webpack or rollup ...
- [x] setup scss preprocessor
- [x] setup logging
- [x] dev and prod mode
- [ ] Home page
- [x] Login form
- [ ] Login with Facebook, Google ...
- [x] User session
- [ ] Update comments
- [ ] Behaviour on exit application
- [ ] Write log into disk
- [ ] Close all ws connections
- [ ] Close db connections
- [ ] Optimize for production
- [ ] Load template from cache for production
- [ ] Example
- [x] Login & Logout
- [ ] Login using ajax
- [x] Forget password
- [ ] Sign up
- [ ] Remember me
- [ ] Welcome page
- [x] Update profile
- [x] Change password
- [x] Require login again & showing message after change password
- [x] Suspend account
- [x] Verify email
- [x] Customize
- [x] Rename DAO, Service & Schema follow conventions
- [x] BaseDao, UserDao, BaseService, UserService, BaseSchema, UserSchema
- [x] Path variable