This project was developed using Angular 8. It was a simple shopping directory web page that display a list of tenant . The data was generated using postgreSQL database and fetched using REST API.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. Then , go to \src\nodePostgresSetup
. Debug the webAPI-setup.js
and let it running. Refresh the web page and a list of shopping tenants will be displayed.
NPM install : https://node-postgres.com/
Refer to webAPI-setup.js
for further information.
Tutorial video :
https://www.youtube.com/watch?v=0JNq46eFuOM
Copy database.txt
into PSQL CLI.