|
|
|
|
|
by rpedela
4684 days ago
|
|
Use node-postgres for the DB piece. If your server is just going to be a REST API then use node-restify. If you want the server to serve a website (html, css, js) then use express. I have not used Angular so I cannot comment. |
|