yikth
|
592d39d34f
|
update README.md
|
5 years ago |
yikth
|
ef1843a61f
|
move addUser(), deleteUser() into usersFetch.js
|
5 years ago |
yikth
|
2213e7187a
|
Show, Add, Delete user operation
|
5 years ago |
yikth
|
83f01438e8
|
try DataTable
|
5 years ago |
yikth
|
999c0488de
|
add individual page for each table
|
5 years ago |
yikth
|
086267e561
|
add API validation check
|
5 years ago |
yikth
|
4a4f20d67f
|
revise all tables GET / DELETE to use query / params instead of body
|
5 years ago |
yikth
|
5688a813a9
|
add and delete user
|
5 years ago |
yikth
|
953b13d0f0
|
move fetch() within userList.js
|
5 years ago |
yikth
|
da98dfb980
|
try component design for user list
|
5 years ago |
yikth
|
5902f0a2b0
|
destructuring map item
|
5 years ago |
yikth
|
8be001ddfa
|
setup proxy setting for React client
* eliminate needs to type fetch() base url
|
5 years ago |
yikth
|
4a6b82a5bd
|
add nusmoney_client test
|
5 years ago |
yikth
|
b6ba46b62c
|
change 'GET' request not to use body data
|
5 years ago |
yikth
|
fa4e3f9ec5
|
apis for accounts, transactions and messages table
|
5 years ago |
yikth
|
10433b9eb2
|
remember body-parser dependencies
* express 4.16+ have builtin json parser
|
5 years ago |
yikth
|
721b49d7a0
|
add transactions and messages endpoint skeleton code
|
5 years ago |
yikth
|
c794ddcf8d
|
modularise :move sql connection to a module
|
5 years ago |
yikth
|
68dc08d3dc
|
add /accounts routes
|
5 years ago |
yikth
|
5677107512
|
remove src folder
|
5 years ago |
yikth
|
0af960cbd4
|
migrate sample code to express pug view
|
5 years ago |
yikth
|
ee0f1d9b49
|
Create express project using "express --view=pug nusmoney_backend"
|
5 years ago |
yikth
|
1afdf45f3a
|
APIs for users table
* POST - Create
* GET - Read
* UPDATE - Update
* DELETE - Delete
|
5 years ago |
yikth
|
c1f5539d37
|
create nusbank backend project
|
5 years ago |
yikth
|
5ae31ce3d3
|
add nusmoney
|
5 years ago |
yikth
|
363897a095
|
consolidate notes
|
5 years ago |
yikth
|
e7384c7538
|
update frontend App.js
|
5 years ago |
yikth
|
b99cfa4e01
|
install cors locally in backend project
* npm install cors
|
5 years ago |
yikth
|
c41ee12da8
|
update backend app.js
* change to port 7000
|
5 years ago |
yikth
|
22324e73e3
|
create backend page
|
5 years ago |
yikth
|
43bc410126
|
prepare frontend project
* execute "npx create-react-app frontend"
|
5 years ago |
yikth
|
82785bbade
|
install npm module
* cd backend
* npm install
|
5 years ago |
yikth
|
86d8f753ef
|
generated backend project
* execute "express --view=pug backend"
|
5 years ago |