Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 322 Bytes

File metadata and controls

17 lines (11 loc) · 322 Bytes

tracker-api

install dependencies

-> npm install express -> npm install pg -> npm install dotenv -> npm install swagger-jsdoc swagger-ui-express

TO Run

node index.js

#DB permissions GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA public to tracker;

GRANT USAGE, SELECT ON ALL SEQUENCES IN SCHEMA public to tracker;