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 |