Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 877 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 877 Bytes

service-web-store

service-web-store contains the backend service that will store and serve the database, and provide endpoints to access the data.

1. Navigate to our newly forked directory

Open a terminal in vscode, by clicking Terminal > New Terminal.

In the terminal type:

cd service-web-store

ℹ️ | change directory to a directory named | service-web-store |

2. Install all NPM

npm install

ℹ️ | node package manager | install |

The references for both of these packages are added to package.json, and their source bits are stored in the corresponding folders inside of the node_modules subdirectory.

3. Use the stack script to start the Docker environment with the DB

sudo sh stack.sh up

ℹ️ | super user do | run a script | named stack.sh | pass in the variable "up" |