From 948562ecf816d8a6a5b9febfbb2b1fb85a9b2835 Mon Sep 17 00:00:00 2001 From: Jing Wen Date: Fri, 26 Apr 2024 00:36:45 +0800 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 66af013..16faa56 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,11 @@ This is a repo for the API server that powers the PriceProbe platform, as well a Currently, this is a monorepo with all our code in one place. Do take a look at each individual folder for each component of this platform and feel free to raise an [issue](https://github.com/shotnothing/TeamPower8/issues) or start a [discussion](https://github.com/shotnothing/TeamPower8/discussions). +The website server is at http://3101.jwen.cc:3000/. +The API server is at http://3101api.jwen.cc/. + +Try [http://3101api.jwen.cc:80/api/product/p/531](http://3101api.jwen.cc:80/api/product/p/531)! + ## Quickstart #### Installation First, clone the repo