Skip to content

dohyun97/login

Repository files navigation

frontend

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

With MySql in AWS

In backend_mysql branch, you can check the code connet with MySql in AWS.

How looks like

This is the login/sign in page I made using Vue, Node.js, Axios, CSS

Under Home navigator, you can login or sign in. CA57C37B-DEE0-4308-AC62-DBCAD3C3FF2A The ID value should be minimum 5 and Password value should be minimum 8 to click Login button.

Use data on the port 3000. The value will be added once client sign in and search the data when client want login. EB835C20-DBD1-4A08-AF39-F9CCDCDC469B

Once client login, the user name and id will be written in the box. 01E2E364-FF6D-42E7-9519-DC125B24CDA1

Once client click the sigin button, the page will be move to signin page. There is rule for ID and Password value. 62311AFD-B85A-4E11-A5BD-62B7BF69A4FC

If ID is already exist and try to register, the "Register" button is disabled. FD476BA6-CEAE-4C9C-8FF6-103187620563

Once Client sign in, the page will be move to welcome page. 69DE3B15-132D-40AA-8450-DB98B4E8DCE5