API for Shopee Calculate Tax Order
API Documentation | Database Design | Deployment Setup | License
Project Setup
API Documentation by Postman https://documenter.getpostman.com/view/537028/Rzn8Pgsh
Diagram Database Design
In production environment, you dont need to clone this repo manually. Because already setup in docker. Just follow below instructions.
- Install Docker https://download.docker.com/
- git clone git@github.com:gratcy/docker-setup.git
- docker-compose build
- docker-compose -d up
- Setting your host 127.0.0.1 to http://api.shopee.local/ by default in ./nginx/api-shopee.conf
- Node.js - Download and Install Node.js with NVM (Node Version Manager) - Simple bash script to manage multiple active node.js versions.
- MySQL - Download and Install MySQL - Make sure it's running on the default port.
$ git@github.com/gratcy/tax-calc.git
$ cd tax-calc
$ cp .env.sample .env
$ npm install
$ npm start
Beerware © [Gratcy Palma P Hutapea]