This is a form submit demo that uses Fastify on the backend.
- JavaScript 72.9%
- HTML 27.1%
|
|
||
|---|---|---|
| .gitignore | ||
| app.js | ||
| index.html | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| server.js | ||
| yarn-error.log | ||
| yarn.lock | ||
Form Submit Demo
Table of Contents
About
This is a form submit demo. It was created to demonstrate how to submit a form in javascript to a server and get the response.
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Prerequisites
What things you need to install the software and how to install them.
Installing
Clone the repo and run yarn install
git clone https://github.com/Evolving-Software/form-submit-demo.git
CD into the directory and run yarn
cd form-submit-demo && yarn install
Demo the app by running yarn start
Usage
The HTML file must be running on a separate server or read as an external file.