This is a website that let people buy custom shoes online
- NodeJS backend with express and swagger
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
- cd to the repo
- 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
- 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