This is a test server to test the Custom Action Url for Forms
- Download the docker desktop app
- Open the docker desktop app
- Download and unzip this project onto your computer
- Open your command prompt and navigate to the directory were you unzipped the project
- Type
docker-compose up
- Open your browser and type
http://localhost:<RESTPORT in .env file>
- You can now send and view the submission JSON in your browser
- Download and install Node.js
- Download and unzip this project onto your computer
- Open your command prompt and navigate to the directory were you unzipped the project
- type
npm install
- type
tsc
- type
npm start
- Open your browser and type
http://localhost:<RESTPORT in .env file>
- You can now send and view the submission JSON in your browser
If you are getting errors that a port is already in use then change the ports in the .env file