Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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