This is a form submit demo that uses Fastify on the backend.
  • JavaScript 72.9%
  • HTML 27.1%
Find a file
Riley Seaburg a6e9fe4a6b
Update README.md
fix links
2021-09-21 10:48:43 -04:00
.gitignore Add Readme and inital commit 2021-09-21 10:43:02 -04:00
app.js Add Readme and inital commit 2021-09-21 10:43:02 -04:00
index.html Add Readme and inital commit 2021-09-21 10:43:02 -04:00
LICENSE Add license 2021-09-21 10:44:04 -04:00
package.json Add Readme and inital commit 2021-09-21 10:43:02 -04:00
README.md Update README.md 2021-09-21 10:48:43 -04:00
server.js Add Readme and inital commit 2021-09-21 10:43:02 -04:00
yarn-error.log Add Readme and inital commit 2021-09-21 10:43:02 -04:00
yarn.lock Add Readme and inital commit 2021-09-21 10:43:02 -04:00

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.

NodeJS

Yarn

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.

We write cool software