Skip to content

Commit 04e509c

Browse files
committed
Updated README.md
1 parent 3d53e58 commit 04e509c

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ This is a boilerplate project for future use. The project consists of REST API d
66

77
The project involves:
88
* API
9-
- Yii2 REST API, Yii2 RBAC, JWT (JSON Web Token), Memcached
9+
- Yii2 REST API, Yii2 RBAC, JWT (JSON Web Token), Memcached, *Basic Unit & Functional Test using Codeception*
1010
* Backend: Staff/Administrator dashboard to manage staffs, users and settings
11-
- Angular 6, Bootstrap 4, JWT (JSON Web Token), Moment.js, Sweet Alert, Underscore.js, Basic Unit test
11+
- Angular 6, Bootstrap 4, JWT (JSON Web Token), *Basic Unit test using
12+
Karma+Jasmine*, Moment.js, Sweet Alert, Underscore.js
1213
* Frontend: User website to support user registration, login and account management
13-
- Angular 6, [@ng-toolkit/universal](https://github.com/maciejtreder/ng-toolkit), Bootstrap 4, JWT (JSON Web Token), Moment.js, Sweet Alert, Basic Unit & E2E test
14+
- Angular 6, [@ng-toolkit/universal](https://github.com/maciejtreder/ng-toolkit), Bootstrap 4, JWT (JSON Web
15+
Token), *Basic Unit & E2E test using Protractor+Jasmine*, Moment.js, Sweet Alert
1416

1517
**Demo**
1618

@@ -187,7 +189,7 @@ Once all containers are finished compiling, then open the browser.
187189
- Note that production Dockerfile will use [@ng-toolkit/universal](https://github.com/maciejtreder/ng-toolkit) to provide server side rendering, which means you will be able to provide compiled HTML for search engine.
188190
189191
190-
## Troubleshootings
192+
## Troubleshooting
191193
192194
**I changed backend/frontend code, but I cannot see changes in the browser.**
193195
@@ -201,6 +203,7 @@ As mentioned earlier, you have to open `Developer Tool` to prevent cache if you
201203
- [X] Upgrade Angular 4 to Angular 6
202204
- [X] Dockerize application
203205
- [X] Apply [server side rendering](https://github.com/maciejtreder/ng-toolkit) for Frontend project
206+
- [△] Develop more test code
204207
- [ ] Develop file uploader
205-
- [ ] Develop more test code
208+
206209

0 commit comments

Comments
 (0)