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

BugReplay/bugreplay-fullstack-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published