Skip to content

touy/winner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

winner

https://www.facebook.com/groups/273592780432105 private project from Laoapps

  1. VSCODE https://code.visualstudio.com/download
  2. NODEJS https://nodejs.org/en/
  3. ລົງທະບຽນ https://github.com/
  4. https://git-scm.com/downloads
  5. https://www.npmjs.com/ (ມານຳNODEJS , ສຳລັບ ຕິດຕັ້ງ PACKAGE)
  6. git clone https://github.com/touy/winner.git
  7. .gitignore
  8. npm init
  9. npm i
  10. npm i @types/xxxxxx
  11. npm i xxxx
  12. tsc --init
  13. ອອກແບບ ລະບົບ
  • ADMIN
  • ISSUER LIST // ລາຍການຜູ້ອອກເກມ
  • ISSUER APPROVAL // ອະນຸມັດຜູ້ອອກເກມ
  • CLIENT LIST // ລາຍການຜູ້ຫຼີ້ນເກມ.
  • ISSUER
  • REGISTER // ລົງທະບຽນ
  • ISSUE GAME // ອອກເກມ
  • AWARD // ລາງວັນ
  • HISTORY // ປະຫັວດ
  • CLIENT
  • REGISTER // ລົງທະບຽນ
  • GAME LIST // ລາຍການເກມ
  • PLAY GAME // ຫຼີ້ນເກມ
  • HISTORY // ປະຫວັດ
  1. ເລືອກ ເກມ - CLIENT
  2. ຫຼີ້ນເກມ
  3. ປະຫວັດ
  4. road map
  5. https://stackoverflow.com/questions/35369501/tsc-is-not-recognized-as-internal-or-external-command/47898735
  6. post man :https://www.postman.com/
  7. angular https://angular.io/start
  8. npm install -g @angular/cli
  9. ng new winner
  10. ng serve
  11. https://angular.io/cli/generate
  12. ng g c addPlayer
  13. routing
  14. const routes: Routes = [ {path:'addPlayer',component:AddPlayerComponent} ];
  15. 2 way binding https://blog.thoughtram.io/angular/2016/10/13/two-way-data-binding-in-angular-2.html
  16. fixed ngModel https://stackoverflow.com/questions/43298011/angular-error-cant-bind-to-ngmodel-since-it-isnt-a-known-property-of-inpu import { FormsModule } from '@angular/forms';
  17. https://angular.io/guide/http http request
  • nodejs
  • typescript // JAVA , JS, C# , TS ==> JS
  • sequelize
  1. https://sequelize.org/
  • npm install --save sequelize
  1. CRUD
  2. ionic https://ionicframework.com/getting-started#
  3. ionic serve
  4. ionic start winner tabs
  5. ionic generate page users
  6. routerLink="/users"
  7. clienthttprequest
  1. A.EP8 ສ້າງ ເກມ ສຸ່ມໂຕເລກ
  • sequelize
  • express
  • nodejs
  1. A.EP9 express typescript , index3.ts npm install express @types/express https://medium.com/@pankaj.itdeveloper/getting-started-using-typescript-with-node-js-and-express-6aff573667d5
  2. A.EP10 sequelize typescript express, RESTFUL API , index4.ts https://sequelize.org/ npm install --save sequelize

One of the following:

$ npm install --save pg pg-hstore # Postgres $ npm install --save mysql2 $ npm install --save mariadb $ npm install --save sqlite3 $ npm install --save tedious # Microsoft SQL Server

  1. ionic https://ionicframework.com/getting-started

npm install -g @ionic/cli ionic start myApp tabs

ionic start 44. Start project Chat 1

  • diagram
  • ionic
  • server
  1. chat part 2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published