Skip to content

202209-SPARK-IQLBPS-FEW-2/service-web-store

 
 

Repository files navigation

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" |

About

The web store application backend service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.1%
  • HTML 2.5%
  • Batchfile 2.3%
  • Shell 2.1%