An open API service indexing awesome lists of open source software.

https://github.com/tanasinp/register-form


https://github.com/tanasinp/register-form

expressjs mysql nodejs rest-api

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Register Form Sample App

Sample application to demonstrate how to create a register form app using MySQL as the database and REST API for interaction.

## Description
This repository contains the sample code for a register form application. The app interacts with a MySQL database using a REST API to handle user registration.

## Tools
- Node.js
- Express.js
- MySQL
- REST API