Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Johnny #86

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
node_modules
.env
15 changes: 15 additions & 0 deletions Public/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
</head>
<body>
<h1>hello world!!!</h1>
<!-- <a href="http://localhost:4001/employees/all" target="_blank">Get All</a> -->
<!-- build table that displays the information -->
<!-- <SCRipt:src></SCRipt:src> CREATE/target the elements through javascript loop through the array that come back from the data and then plug the info in -->
</body>
</html>
Empty file added mysql
Empty file.
Loading