Skip to content

Commit 04db748

Browse files
register/signin functions with api done, storing users in a /products/data/users.json
1 parent f67760e commit 04db748

File tree

9 files changed

+93
-426
lines changed

9 files changed

+93
-426
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,9 @@ npm run server
1616
1. express : ^4.18.2
1717
1. nodemon : ^2.0.22
1818
1. dotenv : ^16.4.5
19-
1. pg : ^8.11.3
20-
1. sequelize : ^6.37.1
2119

2220
### Tech stack used -
23-
1. PostgreSQL (Sequelize ORM)
21+
1. MongoDB
2422
1. ExpressJS
2523
1. NodeJS
2624

css/register.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,15 @@ form {
4444
border-radius: 5px;
4545
cursor: pointer;
4646
}
47+
.visible {
48+
display: block !important;
49+
}
50+
#errorlog {
51+
display: none;
52+
font-size: 15px;
53+
margin: 0;
54+
color: red;
55+
}
4756
.change {
4857
margin: 10px 0px;
4958
font-weight: 500;

0 commit comments

Comments
 (0)