Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 157 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 157 Bytes

web-site

Web-site with registration.

Create table in mysql database:

CREATE TABLE person (login varchar(255), password varchar(255), email varchar(255));