https://github.com/tanasinp/register-form
https://github.com/tanasinp/register-form
expressjs mysql nodejs rest-api
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tanasinp/register-form
- Owner: tanasinp
- Created: 2024-06-22T03:50:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-23T13:25:13.000Z (almost 2 years ago)
- Last Synced: 2025-01-20T01:43:55.799Z (over 1 year ago)
- Topics: expressjs, mysql, nodejs, rest-api
- Language: JavaScript
- Homepage:
- Size: 63.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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