23 Commits (5902f0a2b0df9c0e875310bd69d1eb2149d1cf4b)
 

Author SHA1 Message Date
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