This project requires the following modules/libraries, the project is running on expressjs, google fire-store
- Node Js latest Version
- Google Cloud Service Account Key, it can be obtained from Google Cloud Platform, under IAM Access, download the service account key.json file and place it the project root directory, Please not (Google cloud service account must be provided if not the project will not run)
- Im using easyship for my shipping API. They have good documentation services
- Clone the repository. -
git clone https://github.com/kalycoding/sellerNg.git
cd sellerNg/
.- Install using the following the command
npm install
- The postman collection can be found in the project root directory with the name
Seller.NG.postman_collection.json
. Open postman and import it for easy testing.
- To start the server
use the following commandnodemon
-
It runs on localhost port 8081, you can change the port by editing line 2 of
app.js
file -
Swagger URL is
(http://localhost:8081/api-docs/#/)
Thanks 😅