Skip to content
This repository was archived by the owner on Apr 23, 2024. It is now read-only.

Latest commit

 

History

History
34 lines (20 loc) · 1.2 KB

File metadata and controls

34 lines (20 loc) · 1.2 KB

BugReplay FullStack API examples and documentation

Welcome to the BugReplay FullStack documentation. This repository contains all the information you need to get started using the FullStack api, along with a working demo project that you can fork and deploy to test things out and get familiar with how things work.

In order to get started you will need a BugReplay account with FullStack enabled.

First of all fork and clone this repository. Then cd into bugreplay-fullstack-example and run the following command:

npm install

And on two different shell tabs do:

npm run start

to run the api code that will mimic your server code and

npm run start-demo

if you need the react frontend to test your calls

This will run an express server on localhost:8000 (and if you choose to run the demo also a react app on localhost:3003). To reach the express server from your BugReplay web app it will need to be on a reachable url so you could either use a tunnel like ngrok.io or you could very easily deploy it online on a service like heroku.com

Documentation

Everything you need to use the FullStack api