Skip to content

JordanAssayah/shoe-order

Repository files navigation

Shoe-Order

This is a website that let people buy custom shoes online

js-standard-style

  • NodeJS backend with express and swagger

⬆️ How to Setup

Step 1: git clone this repo:

$ git clone https://github.com/JordanAssayah/shoe-order.git

Step 2: cd to the cloned repo:

$ cd shoe-order

Step 3: Install the all dependencies with

$ npm run all-install

Step 4: Run the server

▶️ How to Run the server

  1. cd to the repo
  2. Run the server in
  • Basic mode
$ swagger project start

-> enter the url http://localhost:10010/api/v1 in your favourite browser

  • Edit mode
$ swagger project edit
  1. Open a new terminal
  • cd to the repo
  • cd to frontend
  • run the command npm run dev -> your browser will automatically open a new window