damicodedotpy/JavaScript-Final-Project-Module16
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Note: This app requires NodeJS, Express and Postgress. Installation commands below. Express --> npm install express Postgress --> npm install pg Also the database schema (dbSchema) is attached to this working tree to replicate the same database model this app works with. Instrucctions: 1. Initialize NodeJS using the comand --> node init -y 2. Execute the installation commands above one by one 3. Run the app using the command --> node index.js