slawk0
bf8da0606c
Remove unused files and improve code clarity
...
Deleted obsolete files, including icon.png and index.html. Refactored JavaScript code in signup.js and socket.js for better readability by adjusting indentation and format. Updated environment variables in .env and streamlined several routes and functions in index.js.
2024-10-14 15:40:08 +02:00
slawk0
88904fcb53
fixed app starting before db, added creation of contact db
2024-09-18 20:48:18 +02:00
slawk0
c05e00cacf
adding contact functionality
2024-09-14 18:40:06 +02:00
slawk0
5a6e40a3a4
added change password popup and changepassword api
2024-09-07 23:06:06 +02:00
slawk0
161d2a1515
fixed db connection on first build in docker
2024-09-04 22:25:48 +02:00
slawk0
d2194ebc34
create table only if database connection was successful
2024-08-29 23:44:46 +02:00
slawk0
323d4f0661
added example .env
2024-08-26 20:39:04 +02:00
slawk0
135b8449ea
fixed creating tables is not exist
2024-08-26 13:52:43 +02:00
slawk0
12ad8a5b99
app still wont connect to database...
2024-08-25 22:42:59 +02:00
slawk0
9cd9c7495a
querying messages data from database
2024-08-24 15:24:49 +02:00
slawk0
5c056c5215
saving messages to database
2024-08-24 12:46:24 +02:00
slawk0
f635325911
code refactor and added socket.io
2024-08-21 17:58:31 +02:00
slawk0
0c8e844aaf
login is working
2024-08-21 15:32:36 +02:00
slawk0
aeda9741be
code refactor and implement password hashing
2024-08-21 13:33:23 +02:00