-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c2dee56
commit 34a9be5
Showing
7 changed files
with
106 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,8 @@ Created using [AngularJS Seed](https://github.com/angular/angular-seed). | |
|
||
This is the open source version of my original project called Ujian Berbasis Komputer - Teka-teki Silang (Computer Based Test - Crossword). So this closed source project does exist since 13 September 2016. The open source version initialized on 12 January 2017. Every suspicious commercials activity of this project happened before 12 January 2017 are marked as illegal. | ||
|
||
The differences from closed source version are: | ||
The differences from the closed source version are: | ||
|
||
1. Variable names translated from Indonesian to English | ||
1. Model & code adjustments either on API Server & Mobile Application packages | ||
1. Using ES6 & ES7 javascript language | ||
|
@@ -157,4 +158,24 @@ Then, you can start serving your production ready package by using this command: | |
|
||
After that, you can visit http://localhost:2796 on your browser to start using this application on production mode. | ||
|
||
Note that you can change the configured production server port (2796) from [package.json](package.json) file. | ||
Note that you can change the configured production server port (2796) from [package.json](package.json) file. | ||
|
||
### Default Accounts | ||
|
||
``` | ||
Admin | ||
email: [email protected] | ||
pass: asdqwe123 | ||
``` | ||
|
||
``` | ||
Guru | ||
email: [email protected] | ||
pass: asdqwe123 | ||
``` | ||
|
||
``` | ||
Participant | ||
email: [email protected] | ||
pass: asdqwe123 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters