Skip to content

Commit

Permalink
second commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tarun-3626 committed May 28, 2024
1 parent 247de86 commit 1f968ea
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 376 deletions.
3 changes: 0 additions & 3 deletions .vscode/settings.json

This file was deleted.

Binary file removed README.md
Binary file not shown.
78 changes: 0 additions & 78 deletions add_new.html

This file was deleted.

2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const path = require("path");
const cors = require("cors");
const bodyparser = require("body-parser");
const bcrypt = require("bcryptjs/dist/bcrypt");
const port = 5000;
const port = 8000;

app.use(bodyparser.json());
app.use(bodyparser.urlencoded({ extended: true }));
Expand Down
64 changes: 0 additions & 64 deletions home.html

This file was deleted.

31 changes: 0 additions & 31 deletions index.html

This file was deleted.

65 changes: 0 additions & 65 deletions login.css

This file was deleted.

17 changes: 0 additions & 17 deletions script.js

This file was deleted.

117 changes: 0 additions & 117 deletions styles.css

This file was deleted.

0 comments on commit 1f968ea

Please sign in to comment.