service-web-store contains the backend service that will store and serve the database, and provide endpoints to access the data.
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 |
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.
sudo sh stack.sh up
ℹ️ | super user do | run a script | named stack.sh | pass in the variable "up" |