This is most likely NOT what you think it is. 🤔
The live server has been shut off. :-(
Clone the project to a new folder.
git clone [email protected]:johnrnelson/api-puppy.git
cd api-puppy
Install the NPM(s). Check the package.json
file. 😃
npm update
Now run the SETUP if this is your first time.
node ./SETUP.js
You are ready to run the API Server.
node RunWebServer.js
The console will give you the port number or the default is
Local Host or whatever you set it to in the
CONFIG.json
file in the SECRET
folder.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.